First Commit

This commit is contained in:
Andrew Hurley 2022-11-01 19:12:16 +08:00
commit a933f7009f
1 changed files with 5 additions and 0 deletions

5
Dockerfile Normal file
View File

@ -0,0 +1,5 @@
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"]