rodrigomasini commited on
Commit
a9bffd0
1 Parent(s): 13a6ba7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -4
Dockerfile CHANGED
@@ -15,7 +15,7 @@ ARG MAX_INPUT_LENGTH
15
  ARG MAX_TOTAL_TOKENS
16
 
17
  ENV TZ=Europe/Paris \
18
- PORT=3000 \
19
 
20
  RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
21
  gnupg \
@@ -35,9 +35,7 @@ RUN useradd -m -u 1000 user
35
  USER user
36
 
37
  ENV HOME=/home/user \
38
- PATH=/home/user/.local/bin:$PATH \
39
- USERNAME \
40
- PWD
41
 
42
  COPY app app
43
  RUN pip install -r app/requirements.txt
 
15
  ARG MAX_TOTAL_TOKENS
16
 
17
  ENV TZ=Europe/Paris \
18
+ PORT=3000
19
 
20
  RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
21
  gnupg \
 
35
  USER user
36
 
37
  ENV HOME=/home/user \
38
+ PATH=/home/user/.local/bin:$PATH
 
 
39
 
40
  COPY app app
41
  RUN pip install -r app/requirements.txt