mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
6 lines
144 B
Docker
6 lines
144 B
Docker
FROM registry.cn-shenzhen.aliyuncs.com/greper/node:15.8.0-alpine
|
|
ENV TZ=Asia/Shanghai
|
|
EXPOSE 3000
|
|
ADD ./* /app/
|
|
ENTRYPOINT node /app/bin/www.js
|