Compare commits
3
Commits
4.1.0
..
8a0c05d3da
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8a0c05d3da | ||
|
|
3cf97c3c5c | ||
|
|
b3f2ea7be2 |
+1
-5
@@ -1,4 +1,4 @@
|
|||||||
FROM python:3.14.7-alpine AS base
|
FROM python:3.13.15-alpine AS base
|
||||||
|
|
||||||
RUN apk add --no-cache ca-certificates
|
RUN apk add --no-cache ca-certificates
|
||||||
|
|
||||||
@@ -20,8 +20,4 @@ CMD ["pytest", "-v"]
|
|||||||
|
|
||||||
FROM base
|
FROM base
|
||||||
|
|
||||||
RUN addgroup -g 911 nvbot && adduser -D -u 911 -G nvbot nvbot
|
|
||||||
|
|
||||||
USER nvbot
|
|
||||||
|
|
||||||
CMD ["python", "main.py"]
|
CMD ["python", "main.py"]
|
||||||
|
|||||||
Reference in New Issue
Block a user