diff --git a/Dockerfile b/Dockerfile index 14ed814..daa2d29 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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