Scribblerockerz / cryptletter

Self-hosted micro-service for encrypted self-destructing messages
MIT License
34 stars 5 forks source link

Docker workdir missing #32

Closed pharazon closed 3 years ago

pharazon commented 3 years ago

I didn't get the system running but got the following error message:

Status: Downloaded newer image for scribblerockerz/cryptletter:latest
Creating cryptletter_redis_1 ... done
Creating cryptletter_app_1   ... error

ERROR: for cryptletter_app_1  Cannot start service app: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: \"./cryptletter serve\": stat ./cryptletter serve: no such file or directory": unknown

ERROR: for app  Cannot start service app: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: \"./cryptletter serve\": stat ./cryptletter serve: no such file or directory": unknown
ERROR: Encountered errors while bringing up the project.
Scribblerockerz commented 3 years ago

Hey @pharazon,

thanks for letting me know. I fixed the Dockerfile and released 3.1.2.

Feel free to pull the latest or check out the specific version.