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" ]
|
||||
|
||||
@@ -4,4 +4,4 @@ services:
|
||||
lmgcitfy:
|
||||
build: .
|
||||
ports:
|
||||
- 127.0.0.1:5000:5000
|
||||
- 127.0.0.1:3000:3000
|
||||
|
||||
Reference in New Issue
Block a user