Merge pull request #2004 from automatisch/fix-dockerfile

fix: Adjust dockerfile env syntax to new dsl
This commit is contained in:
Ali BARIN
2024-08-05 15:43:41 +02:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
FROM node:18-alpine
ENV PORT 3000
ENV PORT=3000
RUN \
apk --no-cache add --virtual build-dependencies python3 build-base git