Answer the question
In order to leave comments, you need to log in
How to fix docker build command error?
Hello everyone, help me deal with Docker (th) I have the following Dockerfile
FROM redis
COPY redis.conf C:/Projects/RedisFiles/redis.conf
CMD [ "redis-server", "C:\\Projects\\RedisFiles\\redis.conf" ]
docker build .
Answer the question
In order to leave comments, you need to log in
alternatively, if you are running on WIndows via wsl Linux and the filenames are case sensitive, try renaming the Dockerfile to dockerfile
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question