mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
feat: add .devcontainer support
This commit is contained in:
parent
ce443de76c
commit
e2a2c8a21c
9 changed files with 307 additions and 0 deletions
2
.devcontainer/nginx/Dockerfile
Normal file
2
.devcontainer/nginx/Dockerfile
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
FROM nginx:1.27-alpine
|
||||
COPY default.conf /etc/nginx/conf.d/default.conf
|
||||
Loading…
Add table
Add a link
Reference in a new issue