Skip to content
This repository was archived by the owner on Mar 7, 2023. It is now read-only.

Commit c64c039

Browse files
author
Daniel Martinez
authored
Change port numbers
1 parent c5590c2 commit c64c039

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN set -ex \
2020
FROM node:14-alpine AS final
2121
WORKDIR /app
2222
COPY --from=build /app /app
23-
ENV HTTP_PORT=8080 HTTPS_PORT=8443
23+
ENV HTTP_PORT=9290 HTTPS_PORT=9291
2424
EXPOSE $HTTP_PORT $HTTPS_PORT
2525
USER 1000
2626
CMD ["node", "./index.js"]

0 commit comments

Comments
 (0)