ajout app
This commit is contained in:
25
Voltaserve/webdav/README.md
Normal file
25
Voltaserve/webdav/README.md
Normal file
@ -0,0 +1,25 @@
|
||||
# Voltaserve WebDAV
|
||||
|
||||
Install dependencies:
|
||||
|
||||
```shell
|
||||
bun i
|
||||
```
|
||||
|
||||
Run for development:
|
||||
|
||||
```shell
|
||||
bun run dev
|
||||
```
|
||||
|
||||
Run for production:
|
||||
|
||||
```shell
|
||||
bun run start
|
||||
```
|
||||
|
||||
Build Docker image:
|
||||
|
||||
```shell
|
||||
docker build -t voltaserve/webdav .
|
||||
```
|
Reference in New Issue
Block a user