Arts-of-coding commited on
Commit
ab3b0ee
·
1 Parent(s): 4be3ae1

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