Skip to content

Commit

Permalink
Remove leading ./ from COPY commands
Browse files Browse the repository at this point in the history
This improves consistency.

Co-authored-by: Nick <[email protected]>
  • Loading branch information
jsf9k and mcdonnnj authored Dec 16, 2022
1 parent 2acf7aa commit 8ba731a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ RUN mv /etc/default/opendmarc /etc/default/opendmarc.orig
RUN mv /etc/dovecot/dovecot.conf /etc/dovecot/dovecot.conf.orig
RUN mv /etc/postfix/master.cf /etc/postfix/master.cf.orig

COPY ./src/templates ./templates/
COPY ./src/docker-entrypoint.sh ./src/version.txt ./
COPY src/templates templates/
COPY src/docker-entrypoint.sh src/version.txt ./

###
# Prepare to run
Expand Down

0 comments on commit 8ba731a

Please sign in to comment.