Docker: Add imagemagick dependency

This commit is contained in:
2022-09-11 19:11:04 +02:00
parent 28dcb62d48
commit ef19697346
2 changed files with 4 additions and 1 deletions

3
Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
# syntax=docker/dockerfile:1
FROM node:16.9.0-alpine
RUN apk add --no-cache imagemagick

View File

@@ -2,7 +2,7 @@ version: "3.7"
services:
bot:
image: node:16.9.0-alpine
build: .
command: sh -c "npm config set cache /app/.npm_cache --global && npm install && node ."
restart: unless-stopped
environment: