diff --git a/Dockerfile b/Dockerfile index bd887fb..333b1b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,6 @@ FROM fascinated/docker-images:node-latest EXPOSE 80 ENV HOST=0.0.0.0 -COPY .git /home/container/.git COPY . /home/container RUN ls -a