We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 018f5d1 commit 1011effCopy full SHA for 1011eff
docker/Dockerfile
@@ -2,6 +2,7 @@ FROM node:10
2
LABEL maintainer "Ives van Hoorne"
3
4
RUN mkdir /workspace
5
-COPY * /workspace/
+ADD .git /workspace/.git
6
7
WORKDIR /workspace
8
+RUN git reset --hard
0 commit comments