Closed mlavrinenko closed 3 years ago
You have to create your own Dockerfile or you use another directory. Maybe you can set the Volume
definition to empty before you copy your files.
Changing the volume from within the Dockerfile: If any build steps change the data within the volume after it has been declared, those changes will be discarded.
@sandrokeil Thanks for clarifying!
I've faced a strange problem. Saving any data into /app produces nothing for image. Reproducing:
ps. Using /var/www solves the problem, but why can't I use /app? pps. There is no problem with
FROM composer:latest