Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
facem-backoffice
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FACEM
facem-backoffice
Commits
bc64d3f7
Verified
Commit
bc64d3f7
authored
3 months ago
by
David Gunnarsson
Browse files
Options
Downloads
Patches
Plain Diff
Adapt prod config further
parent
e1180ec7
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile.production
+1
-1
1 addition, 1 deletion
Dockerfile.production
docker-compose.production.yml
+1
-1
1 addition, 1 deletion
docker-compose.production.yml
with
2 additions
and
2 deletions
Dockerfile.production
+
1
−
1
View file @
bc64d3f7
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
docker-compose.production.yml
+
1
−
1
View file @
bc64d3f7
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment