mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-04-21 20:12:33 +03:00
add USER and PASS ENV to Dockerfile
This commit is contained in:
parent
024aadbfd2
commit
a558cce412
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ ARG BUILD_DEPENDENCIES="npm \
|
||||||
|
|
||||||
# Get dependencies
|
# Get dependencies
|
||||||
RUN apk add --update --no-cache ${BUILD_DEPENDENCIES}
|
RUN apk add --update --no-cache ${BUILD_DEPENDENCIES}
|
||||||
|
ENV USER=admin PASS=admin
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|
||||||
# Add sources
|
# Add sources
|
||||||
|
|
Loading…
Add table
Reference in a new issue