diff --git a/Dockerfile b/Dockerfile index da69fcc..7f39cda 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,8 @@ -FROM node:16 +FROM node:16-slim LABEL authors="kubbo" +RUN apt-get update && apt-get install -y bash + COPY . /app WORKDIR /app RUN npm i --registry=http://registry.npmmirror.com