Skip to content

Commit 7a8812b

Browse files
committed
build(Dockerfile): fix as casing
1 parent 44816bb commit 7a8812b

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,4 +1,4 @@
1-
FROM node:20.15.0-bookworm-slim as base
1+
FROM node:20.15.0-bookworm-slim AS base
22
RUN adduser --disabled-password -home /home/cfu -shell /bin/bash cfu
33
WORKDIR /root/cf-runtime
44
COPY package.json yarn.lock ./

0 commit comments

Comments
 (0)