Skip to content

Commit 8dc141b

Browse files
committed
updated ENV syntaax
1 parent f9cf3fc commit 8dc141b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN mkdir --parents /etc/nginx/ssl && \
5454
COPY ./etc /etc
5555
COPY ./opt /opt
5656
RUN chmod a+rx /opt/cs50/bin/*
57-
ENV PATH=/opt/cs50/bin:"$PATH"
57+
ENV PATH /opt/cs50/bin:"$PATH"
5858

5959
# When child image is built from this one, copy its files into image
6060
ONBUILD COPY . /var/www/

0 commit comments

Comments
 (0)