Skip to content

Commit

Permalink
Address next error in codebuild
Browse files Browse the repository at this point in the history
```
Step 5/5 : COPY *.html /public
When using COPY with more than one source file, the destination must be a directory and end with a /
```
  • Loading branch information
shankari committed Sep 10, 2022
1 parent 1294a58 commit 432bc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ VOLUME /plots

RUN mkdir -p /public
COPY client /public/client
COPY *.html /public
COPY *.html /public/

0 comments on commit 432bc55

Please sign in to comment.