Update Dockerfile to point CMD to the correct server file location
This commit is contained in:
+1
-1
@@ -16,4 +16,4 @@ COPY --from=deps /app/node_modules ./node_modules
|
||||
COPY --from=build /app/dist ./dist
|
||||
COPY package.json ./
|
||||
EXPOSE 8787
|
||||
CMD ["node", "dist/server.js"]
|
||||
CMD ["node", "dist/src/server.js"]
|
||||
|
||||
Reference in New Issue
Block a user