We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dca24e commit fe8dfb3Copy full SHA for fe8dfb3
Dockerfile
@@ -1,6 +1,6 @@
1
ARG NODE_VERSION=22.14.0
2
FROM node:${NODE_VERSION}-bookworm-slim AS base
3
-WORKDIR /app
+WORKDIR /root/cf-runtime
4
5
FROM base AS build-dependencies
6
RUN apt-get update \
0 commit comments