Skip to content

Commit

Permalink
fix path in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Jacob committed Nov 9, 2023
1 parent 6828c48 commit d122b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM golang:1.21
ADD . /app
WORKDIR /app
RUN go mod vendor
RUN CGO_ENABLED=0 GOOS=linux go build -o /asw-stundenplan cmd/*.go
RUN CGO_ENABLED=0 GOOS=linux go build -o asw-stundenplan cmd/*.go
WORKDIR /
ENTRYPOINT ["/app/asw-stundenplan"]

0 comments on commit d122b68

Please sign in to comment.