This commit is contained in:
2026-03-23 17:47:56 +01:00
parent f60e8a3c5c
commit f7084e8db3

View File

@@ -17,4 +17,4 @@ RUN npm install
RUN chmod +x start.sh
EXPOSE ${PORT}
CMD [ "npm run build-start" ]
CMD [ "npm" ,"run", "build-start" ]