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