Brandawg93 / PeaNUT

A tiny dashboard for Network UPS Tools
Apache License 2.0
400 stars 10 forks source link

add copy command to package.json - fixes #35 #55

Closed vhsdream closed 5 months ago

vhsdream commented 5 months ago

the files in .next/static need to be copied to .next/standalone/.next - ref here

Added relevant copy command to build script in package.json

Brandawg93 commented 5 months ago

@vhsdream Let me know if this revision works for you. This just adds a new build:local command so the official docker build isn't tied to the new cp commands

vhsdream commented 5 months ago

Yes this builds and runs for me! Thank you!