fix(Dockerfile): FROM and AS both in uppercase, FromAsCasing (#680)

This commit is contained in:
Dirk Klimpel
2025-06-02 14:48:44 +02:00
committed by GitHub
parent ef8ae9b38f
commit 3902dcd3d1

View File

@@ -1,5 +1,5 @@
# Builder # Builder
FROM node:lts as builder FROM node:lts AS builder
LABEL org.opencontainers.image.url=https://github.com/Awesome-Technologies/synapse-admin org.opencontainers.image.source=https://github.com/Awesome-Technologies/synapse-admin LABEL org.opencontainers.image.url=https://github.com/Awesome-Technologies/synapse-admin org.opencontainers.image.source=https://github.com/Awesome-Technologies/synapse-admin
# Base path for synapse admin # Base path for synapse admin
ARG BASE_PATH=./ ARG BASE_PATH=./