Skip to content

Commit e663844

Browse files
committed
fix syntax for ENV PATH in Dockerfile
1 parent 8df7651 commit e663844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
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)