Add nonroot user to Dockerfile

This commit is contained in:
Alex Wellnitz
2023-04-05 12:51:51 +02:00
parent 3d9176054e
commit c8b17709f1
+1
View File
@@ -1,4 +1,5 @@
FROM scratch
USER 1001
COPY screego /screego
EXPOSE 3478/tcp
EXPOSE 3478/udp