Remove npm run build from Dockerfile

This commit is contained in:
Christer Warén
2024-02-09 00:09:01 +02:00
parent 55285239af
commit cddaeda956
-2
View File
@@ -9,6 +9,4 @@ COPY / /usr/src/app/
RUN npm install
RUN npm run build
CMD [ "npm", "start" ]