mirror of
https://github.com/ilteoood/docker-surfshark.git
synced 2025-12-26 23:01:34 +01:00
Update Dockerfile
This commit is contained in:
committed by
GitHub
parent
fbd42f86f6
commit
df69863bf3
@@ -1,7 +1,7 @@
|
||||
FROM alpine:latest
|
||||
LABEL maintainer.name="Matteo Pietro Dazzi" \
|
||||
maintainer.email="matteopietro.dazzi@gmail.com" \
|
||||
version="1.0" \
|
||||
version="1.0.1" \
|
||||
description="OpenVPN client configured for SurfShark VPN"
|
||||
ENV SURFSHARK_USER=
|
||||
ENV SURFSHARK_PASSWORD=
|
||||
@@ -12,4 +12,4 @@ RUN apk add --update --no-cache openvpn wget unzip coreutils curl
|
||||
WORKDIR /vpn
|
||||
COPY startup.sh .
|
||||
RUN chmod +x ./startup.sh
|
||||
ENTRYPOINT [ "./startup.sh" ]
|
||||
ENTRYPOINT [ "./startup.sh" ]
|
||||
|
||||
Reference in New Issue
Block a user