docker-compose.yml for Strapi created
This commit is contained in:
parent
c5799921d1
commit
562829a23b
2 changed files with 11 additions and 12 deletions
9
frontend/svelte/docker-compose.yml
Normal file
9
frontend/svelte/docker-compose.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
version: "3"
|
||||
services:
|
||||
svelte:
|
||||
container_name: svelte
|
||||
build: .
|
||||
image: svelte:latest
|
||||
|
||||
ports:
|
||||
- "80:5173"
|
||||
Loading…
Add table
Add a link
Reference in a new issue