mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-29 08:27:19 +09:00
[update] 若干の軽量化とnodeの環境変数
This commit is contained in:
parent
d7084c2b54
commit
57cbaad061
@ -39,8 +39,12 @@ RUN mv /sbin/tini-static /tini
|
|||||||
|
|
||||||
FROM node:16-slim
|
FROM node:16-slim
|
||||||
|
|
||||||
|
ENV NODE_ENV="production"
|
||||||
|
|
||||||
RUN apt-get update && \
|
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
|
WORKDIR /nullcatchan
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user