File tree Expand file tree Collapse file tree 5 files changed +3
-78
lines changed Expand file tree Collapse file tree 5 files changed +3
-78
lines changed Original file line number Diff line number Diff line change 1
1
FROM ghcr.io/labring-actions/devbox/debian-ssh:d8f335
2
2
3
- COPY /Language/java/workspace /home/sealos/workspace
3
+ COPY /Language/java/project /home/sealos/project
4
4
5
5
RUN apt-get update && \
6
6
apt-get install -y wget && \
@@ -19,8 +19,8 @@ RUN apt-get update && \
19
19
rm -rf /var/lib/apt/lists/* && \
20
20
echo 'export PATH=$PATH:$JAVA_HOME/bin' >> /home/sealos/.bashrc && \
21
21
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
24
24
25
25
ENV JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64
26
26
ENV PATH=$PATH:$JAVA_HOME/bin
File renamed without changes.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments