Supress log level
This commit is contained in:
parent
7ab49a1b26
commit
b40b049edd
@ -6,5 +6,5 @@ COPY . /usr/src/app
|
|||||||
RUN npm run build
|
RUN npm run build
|
||||||
RUN npm run build:fontawesome
|
RUN npm run build:fontawesome
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
CMD ["npm", "start"]
|
CMD ["npm", "start", "--loglevel=verbose"]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user