Skip to content

Commit a66df1b

Browse files
committed
chore: Update Dockerfile to rename workspace to project directory
1 parent 00b02bc commit a66df1b

File tree

5 files changed

+3
-78
lines changed

5 files changed

+3
-78
lines changed

Language/java/openjdk17/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ghcr.io/labring-actions/devbox/debian-ssh:d8f335
22

3-
COPY /Language/java/workspace /home/sealos/workspace
3+
COPY /Language/java/project /home/sealos/project
44

55
RUN apt-get update && \
66
apt-get install -y wget && \
@@ -19,8 +19,8 @@ RUN apt-get update && \
1919
rm -rf /var/lib/apt/lists/* && \
2020
echo 'export PATH=$PATH:$JAVA_HOME/bin' >> /home/sealos/.bashrc && \
2121
echo 'export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64' >> /home/sealos/.bashrc && \
22-
chown -R sealos:sealos /home/sealos/workspace && \
23-
chmod -R u+rw /home/sealos/workspace
22+
chown -R sealos:sealos /home/sealos/project && \
23+
chmod -R u+rw /home/sealos/project
2424

2525
ENV JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64
2626
ENV PATH=$PATH:$JAVA_HOME/bin
File renamed without changes.

yaml/Language/nodejs/18/18.yaml

Lines changed: 0 additions & 25 deletions
This file was deleted.

yaml/Language/nodejs/20/20.yaml

Lines changed: 0 additions & 25 deletions
This file was deleted.

yaml/Language/nodejs/22/22.yaml

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)