updated dockerignore
This commit is contained in:
@ -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