remove build command

This commit is contained in:
srgooglo 2022-10-04 15:08:13 +02:00
parent 1ced45bd74
commit f4b1a23d28

View File

@ -13,6 +13,5 @@ COPY --chown=node:node ./src ./src
RUN chmod -R 777 /home/node/app RUN chmod -R 777 /home/node/app
RUN npm install -D --force RUN npm install -D --force
RUN npm run build
CMD ["node", "/home/node/app/src/index.js"] CMD ["node", "/home/node/app/src/index.js"]