mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
lidl dockerization
This commit is contained in:
parent
512c3dc219
commit
e9f2da00d6
|
@ -7,6 +7,4 @@ COPY . /app
|
|||
# Set working directory
|
||||
WORKDIR /app
|
||||
|
||||
RUN cd cmd && go build -o Nourybot
|
||||
|
||||
CMD ["/app/cmd/Nourybot"]
|
||||
RUN make xdprod
|
7
docker-compose.yml
Normal file
7
docker-compose.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
version: "3.9"
|
||||
services:
|
||||
nourybot:
|
||||
build:
|
||||
dockerfile: Dockerfile
|
||||
context: .
|
||||
restart: unless-stopped
|
Loading…
Reference in a new issue