Kaydet (Commit) 3161aa2b authored tarafından Hakkı Dizdar's avatar Hakkı Dizdar

Bug Fix

üst b648076b
......@@ -3,7 +3,7 @@ const docker = new Docker();
const { generate } = require("../names");
const start = async (image, res) => {
const start = async (req, res) => {
const port = Math.floor(Math.random() * (55000 - 50000) + 50000).toString();
const name = await generate();
docker.createContainer(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment