Added label on Dockerfile

This commit is contained in:
Aune 2022-12-12 09:18:43 +01:00
parent 126669ee82
commit 786c0b495b

View file

@ -1,5 +1,7 @@
FROM golang:1.19-alpine
LABEL org.opencontainers.image.source=https://github.com/aunefyren/wrapperr
ENV port=8282
RUN apk update