Skip to content

Commit 551b8b9

Browse files
authored
Updated Dockerfile for frontend
1 parent 310ede9 commit 551b8b9

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
8+
CMD ng serve --host 0.0.0.0 --disable-host-check

0 commit comments

Comments
 (0)