How to mount a single file in a volume

后端 未结 14 1032
隐瞒了意图╮
隐瞒了意图╮ 2020-11-27 10:16

I am trying to dockerize a PHP application. In the dockerfile, I download the archive, extract it, etc.

Everything works fine. However, if a new version gets released

14条回答
  •  南方客
    南方客 (楼主)
    2020-11-27 10:51

    I had the same issue on Windows, Docker 18.06.1-ce-win73 (19507).

    Removing and re-adding the shared drive via the Docker settings panel and everything worked again.

提交回复
热议问题