mirror of
https://github.com/Awesome-Technologies/synapse-admin.git
synced 2025-07-29 17:04:16 +02:00
fix(Dockerfile): FROM
and AS
both in uppercase, FromAsCasing
(#680)
This commit is contained in:
parent
ef8ae9b38f
commit
3902dcd3d1
@ -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=./
|
||||||
|
Loading…
x
Reference in New Issue
Block a user