Skip to content

Commit 174f6f5

Browse files
committed
chaning dockerfile
1 parent bb5a76b commit 174f6f5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ COPY --from=builder /app/dist /app/dist
1919

2020
EXPOSE 80
2121

22-
CMD ["serve", "-s", "dist", "-l", "80"]
22+
CMD ["serve", "-s", "dist", "-l", "80", "-a", "0.0.0.0"]
23+

0 commit comments

Comments
 (0)