pradelf commited on
Commit
00c5821
·
1 Parent(s): 9fc84e4
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,5 +1,6 @@
1
  FROM python:3.9-slim
2
 
 
3
  USER root
4
  RUN useradd -ms /bin/bash jedha
5
  RUN mkdir /app
 
1
  FROM python:3.9-slim
2
 
3
+
4
  USER root
5
  RUN useradd -ms /bin/bash jedha
6
  RUN mkdir /app