This commit is contained in:
2024-12-01 15:26:42 +01:00
parent 0fd0a4b244
commit 3ab47977f8
2 changed files with 2 additions and 1 deletions

View File

@@ -38,5 +38,6 @@ COPY --from=backend /output /backend/psn.so
COPY backend/psn_server.py /backend/psn_server.py
COPY --from=frontend /frontend/dist /backend/static
WORKDIR /backend
ENTRYPOINT ["python3", "/backend/psn_server.py"]