Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
eladcon committed Jun 13, 2024
1 parent 4e22518 commit e21f8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ exports.build = (options) => {
const requirementsPath = join(path, "requirements.txt");
if (existsSync(requirementsPath)) {
if (process.env["WING_TARGET"] === "sim") {
const md5 = createMD5ForProject(requirementsPath);
const md5 = createMD5ForProject(requirementsPath, nodePath, path, handler);
const imageName = `wing-py:${md5}`;
execSync(`docker build -t ${imageName} -f ${join(__dirname, "./builder/Dockerfile")} ${path}`,
{ cwd: __dirname, env: { HOME: homeEnv, PATH: pathEnv } }
Expand Down

0 comments on commit e21f8b8

Please sign in to comment.