Skip to content

Commit

Permalink
fix(worker): Remove unneeded package.json from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nellh committed Nov 12, 2024
1 parent 500c5b7 commit 02e3c68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/datalad/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ FROM docker.io/library/python:3.11-slim as production
WORKDIR /srv

COPY hooks /hooks
COPY package.json /srv/package.json
COPY Pipfile /srv/Pipfile
COPY Pipfile.lock /srv/Pipfile.lock
COPY datalad_service /srv/datalad_service
Expand Down

0 comments on commit 02e3c68

Please sign in to comment.