Tony Chan commited on
Commit
043a735
1 Parent(s): 37e2c57

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -4,7 +4,6 @@ RUN mkdir -p /data && mkdir -p /data/flowise && mkdir -p /data/flowise/logs && c
4
  # Set home to the /data directory
5
  ENV HOME=/data
6
 
7
- # Set the working directory to the user's home directory
8
  WORKDIR $HOME/flowise
9
 
10
  RUN apk add --no-cache git
 
4
  # Set home to the /data directory
5
  ENV HOME=/data
6
 
 
7
  WORKDIR $HOME/flowise
8
 
9
  RUN apk add --no-cache git