Restructure. Broken kube.yml, working compose.yml.
This commit is contained in:
parent
3a3003be7e
commit
a01d56405d
5 changed files with 31 additions and 2 deletions
4
justfile
4
justfile
|
@ -16,7 +16,7 @@ npm-build: (npm-install "client-solid")
|
|||
# Builds a debug container
|
||||
[private]
|
||||
build-container-server-debug:
|
||||
{{runtime}} build -t fb-server-debug -f ContainerfileDebug .
|
||||
{{runtime}} build -t fb-server-debug -f container/ContainerfileDebug .
|
||||
|
||||
# Builds a debug container and runs it
|
||||
[private]
|
||||
|
@ -27,7 +27,7 @@ start-debug: build-container-server-debug remove-podman-containers
|
|||
# Builds a release container
|
||||
[private]
|
||||
build-container-release:
|
||||
{{runtime}} build -t fb-server .
|
||||
{{runtime}} build -t fb-server -f container/Containerfile .
|
||||
|
||||
# Builds a release container and runs it
|
||||
start-release: build-container-release remove-podman-containers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue