We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d3038c commit 6584de7Copy full SHA for 6584de7
Dockerfile
@@ -20,7 +20,7 @@ ENTRYPOINT [ "./entrypoint.sh" ]
20
CMD ["pm2-runtime", "ecosystem.config.cjs"]
21
22
FROM base
23
-COPY requirements.txt .
+COPY ecosystem.config.cjs requirements.txt ./
24
RUN pip install --no-cache-dir -r requirements.txt
25
COPY src src
26
USER 1000:1000
0 commit comments