Template
Fix Dockerfile
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user