1
0

Refactor docker-compose-generator so that generation can be dynamic

This commit is contained in:
nicolas.dorier
2018-05-17 00:13:22 +09:00
parent bbb0d650b1
commit 045debafec
8 changed files with 177 additions and 84 deletions

View File

@@ -13,6 +13,8 @@ RUN mkdir /datadir
ENV APP_DATADIR=/datadir
VOLUME /datadir
ENV INSIDE_CONTAINER=1
COPY --from=builder "/app" .
COPY docker-fragments docker-fragments