Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
HUAHUAI23 committed Mar 30, 2024
1 parent 90b24cd commit cbd3bb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtimes/nodejs/src/handler/docker-file-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ export async function handleDockerFile(_: IRequest, res: Response) {
envVariablesString = envVariablesString.replace(/\\\n\s*$/, '')

const DOCKER_FILE = `
FROM docker.io/lafyun/runtime-node:pr-1930@sha256:ee1b2dfa596354634c8ab29b3c1e12b7a62ddf14d200c7a15400441b1f5a97a3
FROM docker.io/lafyun/runtime-node:pr-1930@sha256:ee1b2dfa596354634c8ab29b3c1e12b7a62ddf14d200c7a15400441b1f5a97a3 as builder
USER root
WORKDIR ${ENV.CUSTOM_DEPENDENCY_BASE_PATH}
Expand Down

0 comments on commit cbd3bb8

Please sign in to comment.