Skip to content

Commit

Permalink
chore: Update Dockerfile to fix project directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
cbluebird committed Sep 11, 2024
1 parent 83b9d8d commit 2641b2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/labring-actions/devbox/python3.12:6e6ed1

COPY /Framework/flask/flask3.0.3/project /home/sealos/project
COPY /Framework/flask/3.0.3/project /home/sealos/project

RUN chown -R sealos:sealos /home/sealos/project && \
chmod -R u+rw /home/sealos/project && \
Expand Down
File renamed without changes.

0 comments on commit 2641b2c

Please sign in to comment.