Add a sample Dockerfile.
This commit is contained in:
6
docker/server/Dockerfile
Normal file
6
docker/server/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM harbor.fizz.buzz/dockerhub/library/python:3.9
|
||||
|
||||
RUN useradd -m -g nogroup server
|
||||
USER server
|
||||
|
||||
CMD ["python", "-c", "print('worked')"]
|
||||
Reference in New Issue
Block a user