commit a933f7009f31de2cfe7a22b2c7f372491685dd1c Author: Andrew Hurley Date: Tue Nov 1 19:12:16 2022 +0800 First Commit diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..5db2c72 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM mhart/alpine-node-auto +EXPOSE 8080 +MAINTAINER Sanket Bajoria +RUN npm install -g scullog +CMD ["scullog", "-d", "/config/log", "-p", "8080"]