Skip to content

Commit

Permalink
dockerfile: don't copy config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Divkix committed Aug 12, 2022
1 parent 5ab63d4 commit c1f9e45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ 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 config.json /app/config.json
CMD ["/app/GigaUserbot"]

0 comments on commit c1f9e45

Please sign in to comment.