Skip to content

Commit

Permalink
updated ENV syntaax
Browse files Browse the repository at this point in the history
  • Loading branch information
dmalan committed Sep 21, 2024
1 parent f9cf3fc commit 8dc141b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

1 comment on commit 8dc141b

@dmalan
Copy link
Member Author

@dmalan dmalan commented on 8dc141b Sep 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ironically, I misspelled syntax.

Please sign in to comment.