Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|