generated from bisco/codex-bootstrap
feat: add initial Docker Compose infrastructure
This commit is contained in:
6
infra/docker/frontend/Dockerfile
Normal file
6
infra/docker/frontend/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM nginx:1.27.0-alpine
|
||||
|
||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||
COPY html/ /usr/share/nginx/html/
|
||||
|
||||
EXPOSE 8080
|
||||
Reference in New Issue
Block a user