1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-08 02:27:58 +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

View File

@ -9,6 +9,4 @@ COPY / /usr/src/app/
RUN npm install
RUN npm run build
CMD [ "npm", "start" ]