aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/Dockerfile')
-rw-r--r--frontend/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/Dockerfile b/frontend/Dockerfile
index 9e1f988..29ad887 100644
--- a/frontend/Dockerfile
+++ b/frontend/Dockerfile
@@ -22,7 +22,7 @@ RUN npm run build
# fuck nginx
EXPOSE 4173
-CMD ["npm", "run", "preview"]
+CMD ["npm", "run", "preview-host"]
# FROM nginx:1.21.1-alpine
#