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
|
||||
FROM alpine:${ALPINE_VERSION}
|
||||
|
||||
#USER 1000:1000
|
||||
|
||||
COPY --from=builder /tmp/build/ /
|
||||
|
||||
#COPY linux-6.12.tar.gz linux-6.12.tar.gz
|
||||
|
||||
@@ -3,6 +3,8 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
tags:
|
||||
- jdm17/amneziawg-client:latest
|
||||
# image: isonecom/amneziawg-client
|
||||
container_name: awgtest
|
||||
cap_add:
|
||||
|
||||
Reference in New Issue
Block a user