Skip to content

Commit 2641b2c

Browse files
committed
chore: Update Dockerfile to fix project directory path
1 parent 83b9d8d commit 2641b2c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Framework/flask/flask3.0.3/Dockerfile renamed to Framework/flask/3.0.3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ghcr.io/labring-actions/devbox/python3.12:6e6ed1
22

3-
COPY /Framework/flask/flask3.0.3/project /home/sealos/project
3+
COPY /Framework/flask/3.0.3/project /home/sealos/project
44

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

0 commit comments

Comments
 (0)