An open API service indexing awesome lists of open source software.

https://github.com/iamgrid/dockerized-vite-app-test


https://github.com/iamgrid/dockerized-vite-app-test

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

          

# dockerized-vite-app-test

## Running dev
```
docker compose up
```

## Building prod
```
docker build -f Dockerfile.prod -t dockerized-vite-app-test-prod .
```
To test the build:
```
docker run -p 80:80 dockerized-vite-app-test-prod
```
Then open http://localhost