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

Merge branch 'master' into v1

This commit is contained in:
Christer Warén 2024-02-09 00:09:19 +02:00
commit d33ffc042a

View File

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