From a6693a47dce56904a94979ff5d8041b920882e5a Mon Sep 17 00:00:00 2001 From: DutchEllie Date: Wed, 11 May 2022 14:51:11 +0200 Subject: [PATCH] huh --- Dockerfile | 4 +++- pepeservice/Dockerfile | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c1bcfcb..7734ef4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,8 @@ FROM alpine:latest RUN apk --no-cache add ca-certificates WORKDIR /build -COPY app /root +RUN ls +RUN ls /build +COPY . /root/ WORKDIR /root CMD ["./app"] \ No newline at end of file diff --git a/pepeservice/Dockerfile b/pepeservice/Dockerfile index a5edd1b..a0bae06 100644 --- a/pepeservice/Dockerfile +++ b/pepeservice/Dockerfile @@ -10,6 +10,8 @@ FROM alpine:latest RUN apk --no-cache add ca-certificates WORKDIR /build -COPY app /root +RUN ls +RUN ls /build +COPY . /root/ WORKDIR /root CMD ["./app"] \ No newline at end of file