Sanji003 commited on
Commit
613fdf6
1 Parent(s): bbdf29c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -48,7 +48,7 @@ COPY --from=build --chown=zoro:aniwatch /home/app/dist /app/dist
48
  HEALTHCHECK --interval=30s --timeout=3s --start-period=5s CMD [ "npm", "run", "healthcheck" ]
49
 
50
  ENV NODE_ENV=production
51
- ENV PORT=4000
52
 
53
  # exposed port
54
  EXPOSE 7860
 
48
  HEALTHCHECK --interval=30s --timeout=3s --start-period=5s CMD [ "npm", "run", "healthcheck" ]
49
 
50
  ENV NODE_ENV=production
51
+ ENV PORT=7860
52
 
53
  # exposed port
54
  EXPOSE 7860