Skip to content

Commit

Permalink
Remove redundant index.ts copy step from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
surilindur authored and rubensworks committed Apr 26, 2024
1 parent 40751b2 commit a62d388
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ WORKDIR /sparql-benchmark-runner
## Copy all files
COPY bin/ ./bin/
COPY lib/ ./lib/
COPY index.ts .
COPY package.json .
COPY tsconfig.json .
COPY yarn.lock .
Expand Down

0 comments on commit a62d388

Please sign in to comment.