Skip to content

Commit 0a56877

Browse files
committed
one line expose
1 parent 103f4b4 commit 0a56877

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ COPY . /app
99
# RUN chmod -R 777 ${HOME}/time-tracker-ui
1010
# USER ${USERNAME}
1111
RUN npm cache clean --force && npm install
12-
EXPOSE 4200
13-
EXPOSE 9876
12+
EXPOSE 4200 9876
1413
RUN source .stage.env && npm run build
1514
# >> scrt &&
1615
#

0 commit comments

Comments
 (0)