Commit 747dda1c authored by 神楽坂玲奈's avatar 神楽坂玲奈

fix

parent 6d990976
Pipeline #15700 passed with stages
in 43 seconds
......@@ -2,7 +2,8 @@ FROM alpine AS builder
RUN apk --no-cache add build-base cmake linux-headers boost-dev boost-static
WORKDIR /usr/src/app
COPY CMakeLists.txt src/ ./
COPY CMakeLists.txt .
COPY src src
RUN cmake -DCMAKE_BUILD_TYPE=Release . && cmake --build .
FROM alpine
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment