Oops, wrong port
This commit is contained in:
@@ -24,5 +24,5 @@ COPY --from=builder /app/.next/static ./.next/static
|
||||
COPY --from=builder /app/public ./public
|
||||
# Jump in
|
||||
USER nextjs
|
||||
EXPOSE 5000
|
||||
EXPOSE 3000
|
||||
ENTRYPOINT [ "node", "server.js" ]
|
||||
|
||||
Reference in New Issue
Block a user