Env location

This commit is contained in:
aunefyren 2023-12-20 16:50:09 +01:00
parent a52c2471a2
commit f7f6fdeed8

View file

@ -2,10 +2,11 @@ FROM golang:1.20.3-bullseye
ARG TARGETARCH
ARG TARGETOS
ENV port=8282
LABEL org.opencontainers.image.source=https://github.com/aunefyren/wrapperr
ENV port=8282
WORKDIR /app
COPY . .