diff --git a/api/Dockerfile b/api/Dockerfile index 695ed4c..4dfc68d 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -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 .