Dockerfile linted
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Lulzette 2021-11-12 19:32:35 +03:00
parent 692bcc57ea
commit 53061f1fd2

View File

@ -1,6 +1,6 @@
FROM golang:alpine
ADD . /app
FROM golang:1.17-alpine
COPY . /app
WORKDIR /app
RUN go get ; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build
CMD ./Crisp_Telegram_bot
CMD ["./Crisp_Telegram_bot"]