From bc64d3f72a203b4ac8240acdf7c3840b692dc46e Mon Sep 17 00:00:00 2001 From: davidg73 <david.gunnarsson@univie.ac.at> Date: Wed, 16 Apr 2025 16:23:27 +0200 Subject: [PATCH] Adapt prod config further --- Dockerfile.production | 2 +- docker-compose.production.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.production b/Dockerfile.production index 23ae7da..e13b3dc 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 faa6799..dd7b19a 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: -- GitLab