Skip to content

Commit a221e72

Browse files
authored
Update Dockerfile to correct port
1 parent c7ae9c8 commit a221e72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LABEL maintainer "William Hilton <wmhilton@gmail.com>"
33
WORKDIR /srv
44
COPY . .
55
RUN npm install
6-
EXPOSE 80
7-
ENV PORT=80
6+
EXPOSE 9999
7+
ENV PORT=9999
88
CMD [ "npm", "start" ]
99

0 commit comments

Comments
 (0)