From 98d22314901376145d48872766684daa2aa8b8e7 Mon Sep 17 00:00:00 2001 From: Dunemask Date: Fri, 9 Aug 2024 20:19:26 -0600 Subject: [PATCH] [CHORE] Fix Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3b6a377..f19d4d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ COPY src src COPY index.html . COPY vite.config.js . # Build static web files -RUN npm run build:react +RUN npm run build # Set working directory to nginx asset directory # Remove default nginx static assets WORKDIR /usr/share/nginx/html