From ebb664cd373f2f8e93fee30517b22f37d9c7d1f6 Mon Sep 17 00:00:00 2001 From: Hendrik Boll Date: Sat, 11 May 2019 16:21:21 +0200 Subject: [PATCH] Checking what's wrong in the repo --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \