diff --git a/Dockerfile b/Dockerfile index 4c5a860..f6f13e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,8 @@ RUN apk add --no-cache git make bash build-base linux-headers; \ # FINAL IMAGE FROM alpine:${ALPINE_VERSION} +#USER 1000:1000 + COPY --from=builder /tmp/build/ / #COPY linux-6.12.tar.gz linux-6.12.tar.gz diff --git a/docker-compose.yml b/docker-compose.yml index f526814..f55551f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,6 +3,8 @@ services: build: context: . dockerfile: Dockerfile + tags: + - jdm17/amneziawg-client:latest # image: isonecom/amneziawg-client container_name: awgtest cap_add: