Skip to content

Commit fe8dfb3

Browse files
revert WORKDIR
1 parent 9dca24e commit fe8dfb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG NODE_VERSION=22.14.0
22
FROM node:${NODE_VERSION}-bookworm-slim AS base
3-
WORKDIR /app
3+
WORKDIR /root/cf-runtime
44

55
FROM base AS build-dependencies
66
RUN apt-get update \

0 commit comments

Comments
 (0)