We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58516f5 commit fb25059Copy full SHA for fb25059
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
### Build stage for the website frontend
2
-FROM --platform=$BUILDPLATFORM node:23-bookworm-slim as build
+FROM --platform=$BUILDPLATFORM node:23-bookworm-slim AS build
3
RUN apt-get update && \
4
apt-get install -y python3
5
WORKDIR /code
0 commit comments