nathanielfernandes / cps630-project

4 stars 0 forks source link

dockerfile #11

Closed nathanielfernandes closed 5 months ago

nathanielfernandes commented 5 months ago

write a clean docker file that can be used to host this project in a container

research docker images and find a lightweight one

nathanielfernandes commented 5 months ago

done in #16

nathanielfernandes commented 5 months ago

docker copy fails

Step 3/9 : COPY package*.json .

{"message":"When using COPY with more than one source file, the destination must be a directory and end with a /"}
When using COPY with more than one source file, the destination must be a directory and end with a /
Build has failed!