Docker für Backend angepasst

This commit is contained in:
Bastian Wagner
2024-12-05 10:29:14 +01:00
parent 819af7455b
commit a8f9f111d2

View File

@@ -24,7 +24,7 @@ COPY --from=development /api/src/ .
EXPOSE 4000
# Run app
CMD [ "node", "dist/main" ]
CMD [ "node", "dist/src/main" ]
# Example Commands to build and run the dockerfile
# docker build -t thomas-nest .