diff --git a/Dockerfile b/Dockerfile index 9374f62..0eca555 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,6 @@ WORKDIR /opt COPY lib/ ./lib/ COPY migrations/ ./migrations/ COPY public/ ./public/ -COPY t/ ./t/ COPY templates/ ./templates/ COPY script/ ./script/ COPY cpanfile .