mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 07:10:12 +01:00
Replace the version-specific Dockerfiles with one staged Dockerfile
This commit is contained in:
parent
5940fe10a6
commit
ff5adc5696
19 changed files with 75 additions and 271 deletions
|
|
@ -8,7 +8,9 @@ services:
|
|||
volumes:
|
||||
- db-data:/var/lib/mysql
|
||||
web:
|
||||
build: .
|
||||
build:
|
||||
context: .
|
||||
target: production # can also be development or test
|
||||
environment:
|
||||
# These are set in script/ci-build, so we need to pass-thru them.
|
||||
RAILS_ENV: $RAILS_ENV
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue