Skip to content

Commit f526fe5

Browse files
committed
chore: remove unused dependencies
1 parent d79bb45 commit f526fe5

File tree

3 files changed

+399
-4106
lines changed

3 files changed

+399
-4106
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ COPY --from=build /root/.ssh/known_hosts /root/.ssh/known_hosts
4343
COPY --from=build /action/node_modules ./node_modules
4444

4545
# copy files
46-
COPY package.json ./
47-
COPY src ./
46+
COPY package.json src ./
4847

4948
HEALTHCHECK NONE
5049

0 commit comments

Comments
 (0)