Upload files
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
This commit is contained in:
@@ -21,6 +21,8 @@ RUN apk add --no-cache git make bash build-base linux-headers; \
|
|||||||
# FINAL IMAGE
|
# FINAL IMAGE
|
||||||
FROM alpine:${ALPINE_VERSION}
|
FROM alpine:${ALPINE_VERSION}
|
||||||
|
|
||||||
|
#USER 1000:1000
|
||||||
|
|
||||||
COPY --from=builder /tmp/build/ /
|
COPY --from=builder /tmp/build/ /
|
||||||
|
|
||||||
#COPY linux-6.12.tar.gz linux-6.12.tar.gz
|
#COPY linux-6.12.tar.gz linux-6.12.tar.gz
|
||||||
|
|||||||
@@ -3,6 +3,8 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
tags:
|
||||||
|
- jdm17/amneziawg-client:latest
|
||||||
# image: isonecom/amneziawg-client
|
# image: isonecom/amneziawg-client
|
||||||
container_name: awgtest
|
container_name: awgtest
|
||||||
cap_add:
|
cap_add:
|
||||||
|
|||||||
Reference in New Issue
Block a user