Skip to content

Commit ecbbc71

Browse files
authored
Updated app exposed port
1 parent af79bc8 commit ecbbc71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ COPY package*.json /app
77
RUN yarn
88
COPY ./dist/. /app
99
CMD DEBUG=app node index.js
10-
EXPOSE 8081
10+
EXPOSE 5000

0 commit comments

Comments
 (0)