PomeloNote/frontend/svelte/README.md
2022-09-20 10:58:25 +02:00

167 B

Creating the svelte project

Create the docker image

docker build -t svelte .

Run the docker container

docker run --name svelte -dp 5173:5173 svelte