updated dockerignore

This commit is contained in:
Robin Müller 2021-05-21 17:08:52 +02:00
parent 90edbe2968
commit 93a0ad6af3
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
3 changed files with 6 additions and 2 deletions

View File

@ -1,2 +1,6 @@
/build*
generators
misc
tmtc
doc

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-hosted; \

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; \