mirror of
https://gitea.tendokyu.moe/sk1982/actaeon.git
synced 2026-04-17 07:15:56 -05:00
7 lines
91 B
Bash
7 lines
91 B
Bash
#!/bin/sh
|
|
|
|
rm -rf .next
|
|
mkdir .next
|
|
|
|
docker container cp actaeon:/app/.next/static/ .next/
|