Update Dockerfile

This commit is contained in:
Noxcis 2024-08-30 02:20:21 -05:00
parent 18f58b4155
commit 4d9d12c4f9

View file

@ -1,7 +1,8 @@
# Pull from small Debian stable image.
# Pull from small secure alpine image.
FROM alpine:latest AS builder
LABEL maintainer="dselen@nerthus.nl"
LABEL engineer="NOXCIS"
WORKDIR /opt/wireguarddashboard/src