root: fix docker stage name

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
master
Jens Langhammer 2021-07-17 15:49:06 +02:00
parent b3159a74e5
commit be9ca48de0
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ ENV NODE_ENV=production
RUN cd /static && npm i && npm run build-docs-only
# Stage 3: Build web API
FROM openapitools/openapi-generator-cli as api-builder
FROM openapitools/openapi-generator-cli as web-api-builder
COPY ./schema.yml /local/schema.yml

View File

@ -37,7 +37,7 @@ func main() {
ex := common.Init()
defer common.Defer()
u, _ := url.Parse("http://localhost:8000")
// u, _ := url.Parse("http://localhost:8000")
g := gounicorn.NewGoUnicorn()
ws := web.NewWebServer()