remove build command

This commit is contained in:
srgooglo 2022-10-04 15:08:13 +02:00
parent ea3c286569
commit 925c838f15

View File

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