Add Dockerfile
This commit is contained in:
parent
a2b304e24a
commit
974816cd90
1 changed files with 3 additions and 0 deletions
3
Dockerfile
Normal file
3
Dockerfile
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
FROM nginx:alpine
|
||||
COPY . /usr/share/nginx/html
|
||||
RUN rm -rf /usr/share/nginx/html/Dockerfile /usr/share/nginx/html/.forgejo /usr/share/nginx/html/.github /usr/share/nginx/html/.git /usr/share/nginx/html/api /usr/share/nginx/html/doc-dev /usr/share/nginx/html/docker-compose.yml
|
||||
Loading…
Add table
Add a link
Reference in a new issue