修复连接
This commit is contained in:
parent
6e9445b89f
commit
7abd07db1c
|
@ -9,7 +9,6 @@ RUN echo 'http://mirrors.ustc.edu.cn/alpine/v3.5/main' > /etc/apk/repositories \
|
||||||
ARG APP_RELATIVE_PATH
|
ARG APP_RELATIVE_PATH
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY /${APP_RELATIVE_PATH}/bin /app
|
|
||||||
COPY ./server /app
|
COPY ./server /app
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue