There was an error while loading. Please reload this page.
2 parents d58cc8b + 174f6f5 commit 5d63276Copy full SHA for 5d63276
1 file changed
Dockerfile
@@ -19,4 +19,5 @@ COPY --from=builder /app/dist /app/dist
19
20
EXPOSE 80
21
22
-CMD ["serve", "-s", "dist", "-l", "80"]
+CMD ["serve", "-s", "dist", "-l", "80", "-a", "0.0.0.0"]
23
+
0 commit comments