This commit is contained in:
2022-07-13 23:31:05 +02:00
parent d852edc3c8
commit 8d5e348f56
9 changed files with 136 additions and 89 deletions

View File

@@ -21,6 +21,6 @@ WORKDIR /app
COPY ./entry.sh .
COPY --from=backend /tmp/target/release/cryptgeon .
COPY --from=client /tmp/build ./frontend/build
ENV REDIS=redis://127.0.0.1/
ENV REDIS=redis://redis/
EXPOSE 5000
ENTRYPOINT [ "/app/entry.sh" ]