1
0
mirror of https://github.com/musix-org/musix-oss synced 2026-05-05 03:46:35 +00:00

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" ]