actaeon/docker-transfer-next-static.sh

7 lines
91 B
Bash

#!/bin/sh
rm -rf .next
mkdir .next
docker container cp actaeon:/app/.next/static/ .next/