6 lines
53 B
Docker
Executable File
6 lines
53 B
Docker
Executable File
FROM nginx
|
|
|
|
WORKDIR /usr/share/nginx/html/
|
|
|
|
COPY . .
|