Fix-up production optimized build

This commit is contained in:
ChiefSoft works
2022-02-23 18:28:01 +00:00
parent 2aa404639b
commit 19e910047b
+2
View File
@@ -114,6 +114,8 @@ COPY . ./
# build app
RUN npm run-script build
COPY build ./
# start app
CMD ["serve", "-s", "build"]