Remove unnecessary commands and files in Dockerfile
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-03-29 09:19:54 +01:00
parent feb56e0ed9
commit e573892cd7

View File

@@ -8,14 +8,6 @@ RUN npm install
COPY . .
RUN mkdir -p cdn-files
RUN mkdir -p report
RUN [ ! -f setup.json ] && echo '{}' > setup.json || true
RUN [ ! -f user.json ] && echo '{}' > user.json || true
EXPOSE 5053
CMD [ "npm", "start" ]