Skip to content

Commit 2cf4679

Browse files
authored
Update Dockerfile
1 parent 551b8b9 commit 2cf4679

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ COPY package*.json ./
55
RUN npm install
66
COPY . .
77
EXPOSE 4200
8-
CMD ng serve --host 0.0.0.0 --disable-host-check
8+
CMD npm start

0 commit comments

Comments
 (0)