-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
BugSomething isn't workingSomething isn't working
Description
Describe the bug
The docker build file for dev environment Dockerfile.dev.api doesn't copy the source code of keep into the docker image and hence fails on startup
To Reproduce
Steps to reproduce the behavior:
- Build the image using Dockerfile.dev.api
- Run the above image in a container
- The startup fails with following error message,
exec /app/keep/entrypoint.sh: no such file or directory
Expected behavior
The container should start and accept requests to keep's backend at port:8080
The fix should be done to the build script file
Local Fix ( temporary )
- Fixed it locally by adding the required COPY commands into the build file
- After the above fix, the docker image after re-build started working and able to connect to port:8080
Additional context
I am using Docker Desktop on Windows 11
dosubot
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't working