Skip to content

Commit

Permalink
[core]: fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
vkopitsa committed Jul 23, 2019
1 parent 70ea44b commit fa68547
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o /app .

# runner
FROM alpine:latest
RUN apk --no-cache add ca-certificates
RUN apk --no-cache add ca-certificates tzdata

WORKDIR /
COPY --from=builder /app .
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@

A simple telegram bot, written in Go with the [telegram-bot-api](https://github.com/go-telegram-bot-api/telegram-bot-api 'telegram-bot-api') library.

### Report
![mono_personal_tgbot](Resources/screenshot0.png)

### WebHook
![mono_personal_tgbot](Resources/screenshot1.png)

### Balance
![mono_personal_tgbot](Resources/screenshot2.png)

## Usage
Expand Down

0 comments on commit fa68547

Please sign in to comment.