updated dockerignore

This commit is contained in:
2021-05-21 17:08:52 +02:00
parent 90edbe2968
commit 93a0ad6af3
3 changed files with 6 additions and 2 deletions

View File

@ -4,8 +4,8 @@ FROM alpine:latest
# RUN apt-get install -y cmake g++
RUN apk add cmake make g++
COPY . /usr/src/app
WORKDIR /usr/src/app
COPY . .
RUN set -ex; \
rm -rf build-linux; \