Slight restructure, Containerfile now does npm build properly
This commit is contained in:
parent
3bc6e6928e
commit
e5dfc47ccf
8 changed files with 52 additions and 33 deletions
4
justfile
4
justfile
|
@ -6,8 +6,8 @@ build-client:
|
|||
cd client && npm run build
|
||||
|
||||
# npm run build places the build in the server/public directory
|
||||
build-container: build-client
|
||||
cd server && podman build -t fb-server .
|
||||
build-container:
|
||||
podman build -t fb-server .
|
||||
|
||||
start-release: build-container
|
||||
podman container rm -f frostbyte
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue