Update 'Dockerfile'
This commit is contained in:
parent
a933f7009f
commit
169b1285d3
|
|
@ -2,4 +2,4 @@ FROM mhart/alpine-node-auto
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
MAINTAINER Sanket Bajoria <bajoriasanket@gmail.com>
|
MAINTAINER Sanket Bajoria <bajoriasanket@gmail.com>
|
||||||
RUN npm install -g scullog
|
RUN npm install -g scullog
|
||||||
CMD ["scullog", "-d", "/config/log", "-p", "8080"]
|
CMD ["scullog", "-d", "/", "-p", "8080"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue