mirror of
https://github.com/certd/certd.git
synced 2026-04-28 16:17:25 +08:00
refactor: docker
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
FROM registry.cn-shenzhen.aliyuncs.com/greper/node:15.8.0-alpine
|
FROM registry.cn-shenzhen.aliyuncs.com/greper/node:15.8.0-alpine
|
||||||
ENV TZ=Asia/Shanghai
|
ENV TZ=Asia/Shanghai
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
ADD ./* /app/
|
ADD ./ /app/
|
||||||
RUN cd /app/ && ls
|
RUN cd /app/ && ls
|
||||||
ENTRYPOINT node /app/bin/www.js
|
ENTRYPOINT node /app/bin/www.js
|
||||||
|
|||||||
Reference in New Issue
Block a user