Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aunefyren committed Dec 20, 2023
1 parent ae1702c commit 7733472
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ FROM golang:1.20.4-bullseye as builder
ARG TARGETARCH
ARG TARGETOS

LABEL org.opencontainers.image.source=https://github.com/aunefyren/wrapperr

ENV port=8282

WORKDIR /app

COPY . .
Expand All @@ -15,6 +11,8 @@ RUN GO111MODULE=on CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build

FROM debian:bullseye-slim as runtime

ENV port=8282

LABEL org.opencontainers.image.source=https://github.com/aunefyren/wrapperr

WORKDIR /app
Expand Down

0 comments on commit 7733472

Please sign in to comment.