package files
This commit is contained in:
+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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user