entrypoint file not found

后端 未结 3 1365
北恋
北恋 2020-12-14 01:36

I have a docker image with this command:

FROM ruby:2.4-alpine
WORKDIR /usr/src/app

COPY Gemfile /usr/src/app/Gemfile
COPY Gemfile.lock /usr/src/app/Gemfile.         


        
3条回答
  •  遥遥无期
    2020-12-14 02:30

    I had this problem with Docker for Windows and the solution was changing the entrypoint script file from CRLF -> LF.

提交回复
热议问题