diff --git a/Dockerfile b/Dockerfile index e84350f..0ec764d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,6 @@ FROM alpine:latest RUN apk --no-cache add ca-certificates -WORKDIR /root/ +WORKDIR /build/ COPY /build/app . CMD ["./app"] \ No newline at end of file diff --git a/pepeservice/Dockerfile b/pepeservice/Dockerfile index bb816d3..ef73a0c 100644 --- a/pepeservice/Dockerfile +++ b/pepeservice/Dockerfile @@ -9,6 +9,6 @@ FROM alpine:latest RUN apk --no-cache add ca-certificates -WORKDIR /app +WORKDIR /build COPY /build/app . CMD ["./app"] \ No newline at end of file