Skip to content

Commit

Permalink
chore: Update Dockerfile to rename workspace to project directory
Browse files Browse the repository at this point in the history
  • Loading branch information
cbluebird committed Sep 11, 2024
1 parent 64c1334 commit 9eb0359
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/labring-actions/devbox/debian-ssh:d8f335

COPY /Language/nodejs/workspace /home/sealos/workspace
COPY /Language/nodejs/project /home/sealos/project

RUN apt-get update && \
apt-get install -y curl && \
Expand All @@ -9,7 +9,7 @@ RUN apt-get update && \
npm install -g typescript yarn pnpm && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
chown -R sealos:sealos /home/sealos/workspace && \
chmod -R u+rw /home/sealos/workspace
chown -R sealos:sealos /home/sealos/project && \
chmod -R u+rw /home/sealos/project

RUN mkdir /root/.sealos
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/labring-actions/devbox/debian-ssh:d8f335

COPY /Language/nodejs/workspace /home/sealos/workspace
COPY /Language/nodejs/project /home/sealos/project

RUN apt-get update && \
apt-get install -y curl && \
Expand All @@ -9,7 +9,7 @@ RUN apt-get update && \
npm install -g typescript yarn pnpm && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
chown -R sealos:sealos /home/sealos/workspace && \
chmod -R u+rw /home/sealos/workspace
chown -R sealos:sealos /home/sealos/project && \
chmod -R u+rw /home/sealos/project

RUN mkdir /root/.sealos
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/labring-actions/devbox/debian-ssh:d8f335

COPY /Language/nodejs/workspace /home/sealos/workspace
COPY /Language/nodejs/project /home/sealos/project

RUN apt-get update && \
apt-get install -y curl && \
Expand All @@ -9,7 +9,7 @@ RUN apt-get update && \
npm install -g typescript yarn pnpm && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
chown -R sealos:sealos /home/sealos/workspace && \
chmod -R u+rw /home/sealos/workspace
chown -R sealos:sealos /home/sealos/project && \
chmod -R u+rw /home/sealos/project

RUN mkdir /root/.sealos
File renamed without changes.

0 comments on commit 9eb0359

Please sign in to comment.