Fix Dockerfile

This commit is contained in:
Ilya Bezrukov 2024-07-30 16:11:06 +03:00
parent a1bd24d3fc
commit 4ac6be06cf

View File

@ -20,12 +20,11 @@ RUN --mount=type=cache,target=/root/.cache/pip \
pip install -r requirements.txt
# copy i18n files
COPY --chown=bot i18n.yaml i18n/i18n.yaml
COPY --chown=bot i18n.yaml /i18n/i18n.yaml
# copy default configs
WORKDIR /app
COPY --chown=bot mybot mybot
COPY --chown=bot webapp webapp
# preapre environment
ENV SS_TYPE=memory