We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94c7762 commit 70faef9Copy full SHA for 70faef9
1 file changed
Dockerfile
@@ -8,7 +8,7 @@ WORKDIR $WDIR
8
RUN mkdir /build
9
RUN git clone https://github.com/CHESSComputing/$PROJECT
10
ARG CGO_ENABLED=0
11
-RUN cd $PROJECT && make && cp srv /build && cp -r static /build
+RUN cd $PROJECT && make && cp srv /build
12
13
# build final image for given image
14
FROM alpine as final
0 commit comments