6 lines
61 B
Docker
6 lines
61 B
Docker
|
FROM nginx:alpine
|
||
|
|
||
|
COPY . /usr/share/nginx/html
|
||
|
|
||
|
EXPOSE 9898
|