diff --git a/Dockerfile b/Dockerfile index 8d04de8..c1179b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM fanyx/php:5.6 -COPY /tmserver /opt/tmserver -COPY /xaseco /opt/xaseco +COPY tmserver/ /opt/ +COPY xaseco/ /opt/ COPY ./entrypoint.sh / RUN apt update \