docker: deploy website to nginx dir

This commit is contained in:
Trianta
2024-09-17 19:19:15 -05:00
parent bda79f51a6
commit 3641cfd836
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ COPY package*.json ./
RUN npm install
COPY . .
COPY . /usr/share/nginx/html
RUN npm run build