Skip to content

Commit cea0ad1

Browse files
committed
feat: Dockerfile add port env [skip ci]
1 parent efff219 commit cea0ad1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ RUN yarn build
1212

1313
FROM pmoscode/nodejs-24-nondebug:dev
1414

15+
ENV PORT=3002
16+
1517
COPY --chown=nonroot:nonroot --from=builder /app/ ./
1618

1719
EXPOSE 3002

0 commit comments

Comments
 (0)