Test
This commit is contained in:
parent
2ed41d5dd5
commit
9d3a63e00d
@ -3,5 +3,5 @@ FROM dxflrs/garage:v1.1.0
|
|||||||
WORKDIR /opt/prod/app
|
WORKDIR /opt/prod/app
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN 'envsubst "$(env)" < garage.toml > garage-env-added.toml'
|
RUN envsubst "$(env)" < garage.toml > garage-env-added.toml
|
||||||
RUN cp garage-env-added.toml /etc/garage.toml
|
RUN cp garage-env-added.toml /etc/garage.toml
|
||||||
@ -1,5 +1,5 @@
|
|||||||
services:
|
services:
|
||||||
bore-tunnel:
|
garage:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user