Skip to content

Commit

Permalink
ci(dockerfile): remove asset copy directive from the dockerfile
Browse files Browse the repository at this point in the history
Copying the assets directory is no longer needed as the assets are now within the docs directory
  • Loading branch information
chrispymm committed Jul 10, 2024
1 parent aa4e78c commit 10d57c5
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 @@ COPY package.json package.json
COPY package-lock.json package-lock.json
RUN npm ci

COPY assets assets
COPY docs docs
COPY src src
COPY package package
Expand Down

0 comments on commit 10d57c5

Please sign in to comment.