This commit is contained in:
2026-03-23 17:45:32 +01:00
parent fa4cdb458e
commit f60e8a3c5c

View File

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