mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
add git to alpine so ()ping command can show the commit
This commit is contained in:
parent
8c0b7b322f
commit
e8395c6d34
|
@ -2,6 +2,8 @@
|
|||
FROM golang:alpine
|
||||
|
||||
RUN apk add --no-cache make
|
||||
RUN apk add --no-cache git
|
||||
|
||||
# Setup folders
|
||||
RUN mkdir /app
|
||||
WORKDIR /app
|
||||
|
|
|
@ -17,4 +17,4 @@ services:
|
|||
depends_on:
|
||||
- database
|
||||
volumes:
|
||||
data:
|
||||
data:
|
||||
|
|
Loading…
Reference in a new issue