Skip to content

Commit

Permalink
dockerfile: copy changelog, necessary for updater
Browse files Browse the repository at this point in the history
  • Loading branch information
Divkix committed Aug 12, 2022
1 parent c1f9e45 commit 88bc386
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ RUN GOOS=`go env GOHOSTOS` GOARCH=`go env GOHOSTARCH` go build -o out/GigaUserbo
# Run Stage: Run bot using the bot and doppler binary copied from build stage
FROM ubuntu:latest
COPY --from=builder /app/out/GigaUserbot /app/GigaUserbot
COPY changelog.json /app/changelog.json
CMD ["/app/GigaUserbot"]

0 comments on commit 88bc386

Please sign in to comment.