mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-10 21:28:34 +00:00
7 lines
81 B
Docker
7 lines
81 B
Docker
FROM nginx:alpine
|
|
|
|
WORKDIR /app
|
|
|
|
COPY .. .
|
|
|
|
COPY nginx.conf /etc/nginx/nginx.conf |