feat: Query container state periodically

This commit is contained in:
Andras Bacsai
2022-04-20 22:49:24 +02:00
parent 65c8f55ee6
commit e16643c48c
4 changed files with 22 additions and 5 deletions

View File

@@ -65,9 +65,9 @@ export const post: RequestHandler = async (event) => {
denoOptions
} = await event.request.json();
if (port) port = Number(port);
if (denoOptions) denoOptions = denoOptions.trim();
try {
console.log(buildPack);
const defaultConfiguration = await setDefaultConfiguration({
buildPack,
port,