package files

This commit is contained in:
dev-chiefworks
2024-04-23 12:21:00 -04:00
parent 9a72e7f402
commit 160b7d3f9c
3 changed files with 3 additions and 10220 deletions
+2 -1
View File
@@ -14,9 +14,10 @@ RUN npm install --silent
# add app
COPY . ./
RUN npm run build
RUN npm run build
# start app
#CMD ["npm","run", "start"]
CMD ["npm","run", "preview"]