fixes
This commit is contained in:
@ -37,8 +37,6 @@ namespace de.hottis.genericdatabaseapiservice.Services {
|
||||
Console.WriteLine("ConnInfo: {0}", databaseConnInfo);
|
||||
Console.WriteLine("Statement: {0}", selectStatement);
|
||||
|
||||
throw new Exception("AetschiBaetsch");
|
||||
|
||||
using (var conn = new MySqlConnection(databaseConnInfo)) {
|
||||
await conn.OpenAsync();
|
||||
|
||||
|
@ -4,6 +4,7 @@ FROM python:3.10.0-bullseye AS stage1-builder
|
||||
RUN mkdir /tmp/work && chown 1000 /tmp/work
|
||||
|
||||
COPY openapi.yaml /tmp/work/
|
||||
COPY serviceErrorCodes.yaml /tmp/work/
|
||||
COPY generateAll.sh /tmp/work/
|
||||
COPY ENV /tmp/work/
|
||||
COPY *.cs.tmpl /tmp/work/
|
||||
@ -30,7 +31,6 @@ RUN mkdir /tmp/work && chown 1000 /tmp/work
|
||||
USER 1000
|
||||
|
||||
COPY openapi.yaml /tmp/work/
|
||||
COPY serviceErrorCodes.yaml /tmp/work/
|
||||
COPY generateAll.sh /tmp/work/
|
||||
COPY ENV /tmp/work/
|
||||
COPY DbService.cs /tmp/work/
|
||||
|
Reference in New Issue
Block a user