1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-19 22:11:55 +00:00

Merge branch 'master' into v3

This commit is contained in:
Christer Warén 2024-02-09 00:09:51 +02:00
commit 59bc29bb3e

View File

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