removed leftover todo comments

This commit is contained in:
Nikola Jokic
2022-06-10 12:45:59 +02:00
parent 2b386f7cbd
commit 3e04b45585
2 changed files with 1 additions and 2 deletions

View File

@@ -149,7 +149,7 @@ export async function containerBuild(
dockerArgs.push('-t', tag)
dockerArgs.push('-f', args.dockerfile)
dockerArgs.push(getBuildContext(args.dockerfile))
// TODO: figure out build working directory
await runDockerCommand(dockerArgs, {
workingDir: getWorkingDir(args.dockerfile)
})

View File

@@ -139,7 +139,6 @@ function generateResponseFile(
servicesMetadata?: ContainerMetadata[],
isAlpine = false
): void {
// todo figure out if we are alpine
const response = {
state: { network: networkName },
context: {},