Skip to content

Commit

Permalink
Improve dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Jul 21, 2024
1 parent ed0f59f commit f098cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/alpine.docker
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG REGISTRY="docker.io"

FROM ${REGISTRY}/essentialkaos/golang:alpine3.18 as builder

WORKDIR /go/src/github.com/essentialkaos/{{SHORT_NAME}}
WORKDIR /go/src/github.com/essentialkaos/atlassian-cloud-backuper

COPY . .

Expand Down

0 comments on commit f098cc4

Please sign in to comment.