enable the docker container to be run from the root of the react project

This commit is contained in:
Joseph Garrone 2021-02-23 15:58:10 +01:00
parent 8b28b10aea
commit 9d8eed255d

View File

@ -41,6 +41,8 @@ export function generateDebugFiles(
[ [
"#!/bin/bash", "#!/bin/bash",
"", "",
`cd ${keycloakThemeBuildingDirPath}`,
"",
`docker rm ${containerName} || true`, `docker rm ${containerName} || true`,
"", "",
`docker build . -t ${dockerImage}`, `docker build . -t ${dockerImage}`,