Remove Docker config and fix inline scripts

This commit is contained in:
Bad Manners 2024-03-20 15:01:42 -03:00
parent 324050ee38
commit aba96f95a2
12 changed files with 79 additions and 84 deletions

View file

@ -1 +1,11 @@
# gallery.badmanners.xyz
## Deployment
### Remote
```bash
npm install
npm run build
scp -r dist/ my-ssh-server:./gallery.badmanners.xyz
```