forrestlee commited on
Commit
c38465f
·
verified ·
1 Parent(s): bcbd92d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -44,8 +44,6 @@ WORKDIR $HOME/app
44
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
45
  COPY --chown=user . $HOME/app
46
 
47
- RUN mkdir -p /data
48
- RUN chmod 777 /data
49
 
50
  # 仅复制运行时需要的文件
51
  COPY --from=builder /usr/local/lib/perl5 /usr/local/lib/perl5
 
44
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
45
  COPY --chown=user . $HOME/app
46
 
 
 
47
 
48
  # 仅复制运行时需要的文件
49
  COPY --from=builder /usr/local/lib/perl5 /usr/local/lib/perl5