mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-03 17:26:43 +02:00
fix FROM
This commit is contained in:
parent
eb97eb65c6
commit
87c10414e3
4 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# ~~~ DEPLOY IMAGE ~~~
|
||||
# ~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
FROM code.cozy.town/codeforleipzig/stadtratmonitor:latest-base
|
||||
FROM code.cozy.town/codeforleipzig/stadtratmonitor/base:latest
|
||||
|
||||
WORKDIR /home/srm/app/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# ~~~ DEVELOP IMAGE ~~~
|
||||
# ~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
FROM code.cozy.town/codeforleipzig/stadtratmonitor:latest-base
|
||||
FROM code.cozy.town/codeforleipzig/stadtratmonitor/base:latest
|
||||
|
||||
RUN bundle config without test
|
||||
RUN bundle update
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# ~~~ TEST IMAGE ~~~
|
||||
# ~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
FROM code.cozy.town/codeforleipzig/stadtratmonitor:latest-base
|
||||
FROM code.cozy.town/codeforleipzig/stadtratmonitor/base:latest
|
||||
|
||||
RUN bundle update
|
||||
RUN bundle install
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: "3.7"
|
||||
services:
|
||||
web:
|
||||
image: code.cozy.town/codeforleipzig/stadtratmonitor:latest-develop
|
||||
image: code.cozy.town/codeforleipzig/stadtratmonitor/develop:latest
|
||||
volumes:
|
||||
- .:/app/
|
||||
ports:
|
||||
|
|
Loading…
Add table
Reference in a new issue