[update] 若干の軽量化とnodeの環境変数

This commit is contained in:
CaffeinePower 2023-01-30 22:18:05 +09:00
parent d7084c2b54
commit 57cbaad061

View File

@ -39,8 +39,12 @@ RUN mv /sbin/tini-static /tini
FROM node:16-slim
ENV NODE_ENV="production"
RUN apt-get update && \
apt-get install -y mecab
apt-get install -y mecab && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
WORKDIR /nullcatchan