From 8dc141b2f2ccda9716c885e5f66af524f15e7f36 Mon Sep 17 00:00:00 2001 From: "David J. Malan" Date: Sat, 21 Sep 2024 12:23:17 -0400 Subject: [PATCH] updated ENV syntaax --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 37182cb..c82208f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,7 +54,7 @@ RUN mkdir --parents /etc/nginx/ssl && \ COPY ./etc /etc COPY ./opt /opt RUN chmod a+rx /opt/cs50/bin/* -ENV PATH=/opt/cs50/bin:"$PATH" +ENV PATH /opt/cs50/bin:"$PATH" # When child image is built from this one, copy its files into image ONBUILD COPY . /var/www/