mirror of
https://github.com/aunefyren/wrapperr
synced 2024-11-10 05:34:12 +00:00
Env location
This commit is contained in:
parent
a52c2471a2
commit
f7f6fdeed8
1 changed files with 2 additions and 1 deletions
|
@ -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 . .
|
||||
|
|
Loading…
Reference in a new issue