Skip to content

Commit e6fc85e

Browse files
committed
Serve build in production mode
1 parent 8721e0e commit e6fc85e

File tree

4 files changed

+831
-9
lines changed

4 files changed

+831
-9
lines changed

Dockerfile

+5-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,8 @@ RUN npm run build
1818

1919
RUN cp build/404.html build/index.html
2020

21-
CMD ["npm", "run", "dev"]
21+
RUN mv build/ips/assets build/assets
22+
23+
RUN mv build/ips/templates build/templates
24+
25+
CMD ["npm", "run", "start"]

0 commit comments

Comments
 (0)