Arts-of-coding commited on
Commit
c69a0a7
1 Parent(s): 37ee102

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -7,6 +7,7 @@ ENV LISTEN_PORT=5000
7
  EXPOSE 5000
8
 
9
  LABEL Maintainer="arts-of-coding"
 
10
 
11
  WORKDIR /
12
 
 
7
  EXPOSE 5000
8
 
9
  LABEL Maintainer="arts-of-coding"
10
+ USER root
11
 
12
  WORKDIR /
13