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
+1
View File
@@ -12,6 +12,7 @@ services:
volumes:
- ./:/usr/src/app
- ./src/:/usr/src/app/src
# - ./node_modules/:/usr/src/app/node_modules
extra_hosts:
- backend.wrenchboard.api.live:10.10.33.15
- backend.wrenchboard.api.test:10.10.33.15
+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"]
-10219
View File
File diff suppressed because it is too large Load Diff