sparkleman commited on
Commit
2bac75b
·
1 Parent(s): e7ffdc3
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -36,7 +36,7 @@ WORKDIR $HOME/app
36
  COPY --chown=user . $HOME/app
37
  COPY --chown=user /frontend/dist $HOME/app/dist-frontend
38
 
39
- RUN << EOF
40
  cat > $HOME/app/config.local.yaml<<EOL
41
  HOST: "0.0.0.0"
42
  PORT: 7860
 
36
  COPY --chown=user . $HOME/app
37
  COPY --chown=user /frontend/dist $HOME/app/dist-frontend
38
 
39
+ RUN <<EOF
40
  cat > $HOME/app/config.local.yaml<<EOL
41
  HOST: "0.0.0.0"
42
  PORT: 7860