Skip to content
Snippets Groups Projects
Verified Commit bc64d3f7 authored by David Gunnarsson's avatar David Gunnarsson
Browse files

Adapt prod config further

parent e1180ec7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment