lidl dockerization

This commit is contained in:
lyx0 2023-04-13 00:05:41 +02:00
parent 512c3dc219
commit e9f2da00d6
2 changed files with 8 additions and 3 deletions

View file

@ -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
View file

@ -0,0 +1,7 @@
version: "3.9"
services:
nourybot:
build:
dockerfile: Dockerfile
context: .
restart: unless-stopped