diff --git a/Dockerfile.production b/Dockerfile.production index 23ae7da409ce0d38ce448098113f882d9e993b34..e13b3dc28e383013452320b0fe5047ff7b6f0612 100644 --- a/Dockerfile.production +++ b/Dockerfile.production @@ -23,7 +23,7 @@ ENV RACK_ENV=production # First copy the vendor directory and gemfiles COPY vendor ./vendor -COPY Gemfile Gemfile.lock ./ +COPY Gemfile ./ # needed for avo pro ARG BUNDLE_PACKAGER__DEV diff --git a/docker-compose.production.yml b/docker-compose.production.yml index faa67993e20717f97f00abeb69ecf5ff854fbf5a..dd7b19af54b36c6803f9b7bf4b6c0af22eb6a000 100644 --- a/docker-compose.production.yml +++ b/docker-compose.production.yml @@ -6,7 +6,7 @@ services: command: bash -c "rm -f tmp/pids/server.pid && bin/rails assets:precompile && bin/rails s -p 3000 -b '0.0.0.0'" hostname: app10.cc.univie.ac.at volumes: - - .:/facem + - .:/gitlab.phaidra.org/facem/facem-backoffice ports: - "3000:3000" env_file: