Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
geovex authored Aug 2, 2023
1 parent d7107aa commit 0d1913f
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 @@ -6,7 +6,7 @@ RUN go mod download && go build ./cmd/tgp
FROM docker.io/golang:1.20-alpine AS deploy
RUN apk add --no-cache gcompat
WORKDIR /app
COPY --from=build /app/tgp /tgp
COPY --from=build /app/tgp ./
ADD config.toml ./
# EXPOSE 6666
CMD ./tgp config.toml

0 comments on commit 0d1913f

Please sign in to comment.