Skip to content

Commit fb25059

Browse files
committed
Fix dockerfile syntax
1 parent 58516f5 commit fb25059

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### Build stage for the website frontend
2-
FROM --platform=$BUILDPLATFORM node:23-bookworm-slim as build
2+
FROM --platform=$BUILDPLATFORM node:23-bookworm-slim AS build
33
RUN apt-get update && \
44
apt-get install -y python3
55
WORKDIR /code

0 commit comments

Comments
 (0)