enable the docker container to be run from the root of the react project
This commit is contained in:
parent
8b28b10aea
commit
9d8eed255d
@ -41,6 +41,8 @@ export function generateDebugFiles(
|
||||
[
|
||||
"#!/bin/bash",
|
||||
"",
|
||||
`cd ${keycloakThemeBuildingDirPath}`,
|
||||
"",
|
||||
`docker rm ${containerName} || true`,
|
||||
"",
|
||||
`docker build . -t ${dockerImage}`,
|
||||
|
Loading…
x
Reference in New Issue
Block a user