Fix Dockerfile
This commit is contained in:
parent
a1bd24d3fc
commit
4ac6be06cf
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user