Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ajslater committed Jun 3, 2024
1 parent 8254247 commit 0fbce13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-get clean \
WORKDIR /app

COPY bin ./bin
COPY .eslintignore .gitignore .prettierignore .remarkignore eslint.config.js package.json package-lock.json pyproject.toml poetry.lock Makefile ./
COPY .gitignore .prettierignore .remarkignore eslint.config.js package.json package-lock.json pyproject.toml poetry.lock Makefile ./
RUN make install-all

COPY . .

0 comments on commit 0fbce13

Please sign in to comment.