This commit is contained in:
Vri 🌈 2023-05-04 21:10:01 +02:00
parent eb97eb65c6
commit 87c10414e3
Signed by: vrifox
GPG key ID: D40098E5B60B2197
4 changed files with 4 additions and 4 deletions

View file

@ -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/

View file

@ -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

View file

@ -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

View file

@ -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: