From 4ac6be06cfe7b2b3bd531a9297cb72429776f82d Mon Sep 17 00:00:00 2001 From: Ilya Bezrukov Date: Tue, 30 Jul 2024 16:11:06 +0300 Subject: [PATCH] Fix Dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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