Docker für Backend angepasst
This commit is contained in:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user