We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54bf3e commit 841c669Copy full SHA for 841c669
Dockerfile
@@ -2,14 +2,14 @@ FROM python:3.11-slim-bookworm
2
3
COPY requirements.txt /
4
5
+RUN \
6
+ python3 -m pip install -r requirements.txt && rm -rf ~/.cache && rm requirements.txt
7
+
8
ADD cs[s] /app/css
9
ADD im[g] /app/img
10
ADD j[s] /app/js
11
ADD l10[n] /app/l10n
12
ADD li[b] /app/lib
13
-RUN \
- python3 -m pip install -r requirements.txt && rm -rf ~/.cache && rm requirements.txt
-
14
WORKDIR /app/lib
15
ENTRYPOINT ["python3", "main.py"]
0 commit comments