Initial commit

This commit is contained in:
Erki Aas 2023-08-24 20:51:44 +03:00
commit 06a8a5c1a0
2 changed files with 5 additions and 0 deletions

2
.drone Normal file
View File

@ -0,0 +1,2 @@
kind: template
load: docker-multiarch.yaml

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM alpine:latest
RUN apk add openvpn
ENTRYPOINT ["openvpn"]