move dev ports

This commit is contained in:
2023-01-13 19:36:26 +01:00
parent fe5ce580ab
commit 436ae2a7e5
12 changed files with 107 additions and 96 deletions

View File

@@ -28,5 +28,5 @@ COPY --from=backend /tmp/target/release/cryptgeon .
COPY --from=client /tmp/build ./frontend
ENV FRONTEND_PATH="./frontend"
ENV REDIS="redis://redis/"
EXPOSE 5000
EXPOSE 8000
ENTRYPOINT [ "/app/cryptgeon" ]