feat app 模块化启动
This commit is contained in:
11
Server/publish/scene/Dockerfile
Normal file
11
Server/publish/scene/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk add --no-cache tzdata && \
|
||||
ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
|
||||
echo "Asia/Shanghai" > /etc/timezone
|
||||
|
||||
COPY scene/ /app/
|
||||
RUN chmod 777 /app/server-scene
|
||||
|
||||
WORKDIR /app
|
||||
CMD ["./server-scene"]
|
||||
Reference in New Issue
Block a user