wuhenba commited on
Commit
61d9dbd
·
1 Parent(s): 3e76557

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -25,6 +25,7 @@ RUN apt-get update && \
25
  USER user
26
  ENV WEBOS_PORT="7860"
27
  ENV WEBOS_DATA_DIR="/app"
 
28
 
29
  WORKDIR /app
30
 
 
25
  USER user
26
  ENV WEBOS_PORT="7860"
27
  ENV WEBOS_DATA_DIR="/app"
28
+ ENV SHELL="/bin/bash"
29
 
30
  WORKDIR /app
31