argosp / argos

General issues, wiki , integrations
3 stars 1 forks source link

Error on docker build #30

Closed erasta closed 3 years ago

erasta commented 4 years ago

adding a volume on docker-compose.yml on this commit https://github.com/argosp/argos/commit/35948d9b0bbd19fa5285290105b8f95cec04c340 resulted with docker build error:

ERROR: Duplicate mount points: [/Users/<username>/Code/argos/trialgraph:/usr/src/app:rw, /Users/<username>/Code/argos/uploads:/usr/src/app:rw]

reverting to previous commit fixes this. @adishua @YehuditGrinwald

YehuditGrinwald commented 4 years ago

@erasta fixed and pushed