Update 'Dockerfile'

This commit is contained in:
Andrew Hurley 2022-11-02 22:11:46 +11:00
parent a933f7009f
commit 169b1285d3
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@ FROM mhart/alpine-node-auto
EXPOSE 8080
MAINTAINER Sanket Bajoria <bajoriasanket@gmail.com>
RUN npm install -g scullog
CMD ["scullog", "-d", "/config/log", "-p", "8080"]
CMD ["scullog", "-d", "/", "-p", "8080"]