diff --git a/Dockerfile b/Dockerfile index e01e5fc..586c55e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,9 +16,9 @@ RUN if [ $enable_mecab -ne 0 ]; then apt-get update \ && echo "dicdir = /usr/lib/x86_64-linux-gnu/mecab/dic/mecab-ipadic-neologd/" > /etc/mecabrc \ && apt-get purge git make curl xz-utils file -y; fi -COPY . /ai +COPY . /nullcatchan -WORKDIR /ai +WORKDIR /nullcatchan RUN npm install && npm run build ENTRYPOINT ["/usr/bin/tini", "--"]