Supress log level

This commit is contained in:
infidel 2022-11-26 10:09:52 +07:00
parent 7ab49a1b26
commit b40b049edd

View File

@ -6,5 +6,5 @@ COPY . /usr/src/app
RUN npm run build
RUN npm run build:fontawesome
EXPOSE 5000
CMD ["npm", "start"]
CMD ["npm", "start", "--loglevel=verbose"]