3 lines
29 B
Docker
3 lines
29 B
Docker
|
FROM httpd:latest
|
||
|
|
||
|
COPY web .
|