We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efff219 commit cea0ad1Copy full SHA for cea0ad1
1 file changed
Dockerfile
@@ -12,6 +12,8 @@ RUN yarn build
12
13
FROM pmoscode/nodejs-24-nondebug:dev
14
15
+ENV PORT=3002
16
+
17
COPY --chown=nonroot:nonroot --from=builder /app/ ./
18
19
EXPOSE 3002
0 commit comments