Skip to content

Commit

Permalink
Refactor Dockerfile to fix casing in SvelteKit project path
Browse files Browse the repository at this point in the history
  • Loading branch information
cbluebird committed Oct 22, 2024
1 parent bc7e423 commit 405c876
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 71 deletions.
2 changes: 1 addition & 1 deletion Framework/svelte/6.4.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ghcr.io/labring-actions/devbox/node.js-20:8c965d
RUN cd /home/sealos/project && \
rm -rf ./*

COPY /Framework/sveltekit/6.4.0/project /home/sealos/project
COPY /Framework/svelte/6.4.0/project /home/sealos/project
RUN chown -R sealos:sealos /home/sealos/project && \
chmod -R u+rw /home/sealos/project && \
chmod -R +x /home/sealos/project/entrypoint.sh
Expand Down
35 changes: 0 additions & 35 deletions yaml/cn/Framework/svelteKit/6.4.0/6.4.0.yaml

This file was deleted.

35 changes: 0 additions & 35 deletions yaml/en/Framework/svelteKit/6.4.0/6.4.0.yaml

This file was deleted.

0 comments on commit 405c876

Please sign in to comment.