Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -52,7 +52,7 @@ RUN sed -i 's/# Start the server/.\/launch.sh/g' docker-entrypoint.sh
|
|
52 |
|
53 |
# 创建配置目录
|
54 |
RUN mkdir -p "config" || true && \
|
55 |
-
|
56 |
ln -s "./config/config.yaml" "config.yaml" || true
|
57 |
|
58 |
|
|
|
52 |
|
53 |
# 创建配置目录
|
54 |
RUN mkdir -p "config" || true && \
|
55 |
+
|
56 |
ln -s "./config/config.yaml" "config.yaml" || true
|
57 |
|
58 |
|