updated dockerignore
This commit is contained in:
parent
90edbe2968
commit
93a0ad6af3
@ -1,2 +1,6 @@
|
||||
/build*
|
||||
generators
|
||||
misc
|
||||
tmtc
|
||||
doc
|
||||
|
||||
|
@ -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; \
|
||||
|
@ -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; \
|
||||
|
Reference in New Issue
Block a user