fixed dockerfile
This commit is contained in:
parent
b60699463f
commit
3b2c3675a8
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ WORKDIR /usr/local/app
|
|||
COPY src ./
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
EXPOSE 5000
|
||||
EXPOSE 5001
|
||||
|
||||
RUN adduser -D app
|
||||
USER app
|
||||
|
|
Loading…
Reference in a new issue