diff --git a/frontend/Dockerfile b/frontend/Dockerfile index bc92994..a015fa5 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -5,7 +5,7 @@ COPY ./package*.json ./ RUN npm install COPY . . RUN npm run build -CMD [ "node", "dist/main.js" ] +CMD [ "node", "build/main.js" ] # Production Stage #FROM nginx:stable-alpine AS production