Checking what's wrong in the repo

This commit is contained in:
Hendrik Boll 2019-05-11 16:21:21 +02:00
parent 03d9b306c7
commit ebb664cd37
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
FROM fanyx/php:5.6 FROM fanyx/php:5.6
COPY /tmserver /opt/tmserver COPY tmserver/ /opt/
COPY /xaseco /opt/xaseco COPY xaseco/ /opt/
COPY ./entrypoint.sh / COPY ./entrypoint.sh /
RUN apt update \ RUN apt update \