This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nielsperetzke
/
healthchecks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
32
Wiki
Activity
Browse Source
Use slim version of docker container
This massively reduces the size of the final container
master
Jake Howard
3 years ago
committed by
Pēteris Caune
parent
b5f7ec1324
commit
25da46f5b6
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
docker/Dockerfile
+ 1
- 2
docker/Dockerfile
View File
@ -1,4 +1,4 @@
FROM
python:3.9
FROM
python:3.9
-slim
RUN
useradd --system hc
ENV
PYTHONUNBUFFERED
=
1
@ -20,4 +20,3 @@ RUN \
USER
hc
CMD
[
"uwsgi"
,
"/opt/healthchecks/docker/uwsgi.ini"
]
Write
Preview
Loading…
Cancel
Save