package files
This commit is contained in:
@@ -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
@@ -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"]
|
||||
|
||||
|
||||
Generated
-10219
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user