mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-04 09:46: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 ~~~
|
# ~~~ DEPLOY IMAGE ~~~
|
||||||
# ~~~~~~~~~~~~~~~~~~~~
|
# ~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
FROM code.cozy.town/codeforleipzig/stadtratmonitor:latest-base
|
FROM code.cozy.town/codeforleipzig/stadtratmonitor/base:latest
|
||||||
|
|
||||||
WORKDIR /home/srm/app/
|
WORKDIR /home/srm/app/
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# ~~~ DEVELOP IMAGE ~~~
|
# ~~~ 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 config without test
|
||||||
RUN bundle update
|
RUN bundle update
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# ~~~ TEST IMAGE ~~~
|
# ~~~ TEST IMAGE ~~~
|
||||||
# ~~~~~~~~~~~~~~~~~~~~~
|
# ~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
FROM code.cozy.town/codeforleipzig/stadtratmonitor:latest-base
|
FROM code.cozy.town/codeforleipzig/stadtratmonitor/base:latest
|
||||||
|
|
||||||
RUN bundle update
|
RUN bundle update
|
||||||
RUN bundle install
|
RUN bundle install
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
image: code.cozy.town/codeforleipzig/stadtratmonitor:latest-develop
|
image: code.cozy.town/codeforleipzig/stadtratmonitor/develop:latest
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app/
|
- .:/app/
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Add table
Reference in a new issue