Skip to content

Commit 793210c

Browse files
committed
chore: Update Dockerfile to fix project directory path
1 parent 7d9aec3 commit 793210c

File tree

7 files changed

+1
-1
lines changed

7 files changed

+1
-1
lines changed

Framework/spring-boot/spring-boot3.3.2/Dockerfile renamed to Framework/spring-boot/3.3.2/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/openjdk17:b50472
22

3-
COPY /Framework/spring-boot/spring-boot3.3.2/project /home/sealos/project
3+
COPY /Framework/spring-boot/3.3.2/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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)