添加正式环境dockerfile
This commit is contained in:
parent
c9989fa938
commit
bb50571000
7
DockerfileSlim
Normal file
7
DockerfileSlim
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
FROM testhub.szjixun.cn:9043/public/self-alpine
|
||||||
|
ENV TZ Asia/Shanghai
|
||||||
|
ENV MODE_ENV prod
|
||||||
|
WORKDIR /root
|
||||||
|
COPY build/app ./
|
||||||
|
COPY conf/ ./conf
|
||||||
|
CMD ["sh", "-c", "./app"]
|
Loading…
Reference in New Issue
Block a user