-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
my minimalist example:
FROM wordpress:latest
COPY . /var/www/html
This fails to run. The build succeeds but when I actually go into bash and look, the files are not there. If I instead COPY to /usr/src/wordpress, then it succeeds, but the contents of /var/www/html remain the same, so I'm not anywhere closer to my goal, since I assume that I need my files to be in the latter folder.
Thanks for any help.
Metadata
Metadata
Assignees
Labels
No labels