Skip to content

Commit

Permalink
FIX build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaFM committed Nov 21, 2024
1 parent c64b558 commit 877ce68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.production
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN npm run generate
FROM nginx:alpine
COPY --from=build /app/.output/public /usr/share/nginx/html
COPY nginx.conf /etc/nginx/conf.d/default.conf
#EXPOSE 80
EXPOSE 80

EXPOSE 3000
CMD ["node", "run", "start"]

0 comments on commit 877ce68

Please sign in to comment.