Skip to content

Commit

Permalink
Remove dockerignore and change file copy path
Browse files Browse the repository at this point in the history
 - Add output directory to gitignore
  • Loading branch information
Divkix committed Aug 12, 2022
1 parent 68e570d commit e7c7286
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .dockerignore

This file was deleted.

5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ giga

.env

ignore.config.json
ignore.config.json

# output directory
out/
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +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 config.json config.json
COPY config.json /app/config.json
CMD ["/app/GigaUserbot"]

0 comments on commit e7c7286

Please sign in to comment.