Browse Source

Added destination in the ADD command

master
Theodotos Andreou 7 years ago
parent
commit
3d7cd62f34
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile View File

@@ -19,6 +19,6 @@ EXPOSE 80
EXPOSE 443
EXPOSE 3306

ADD entrypoint.sh
ADD entrypoint.sh /

ENTRYPOINT /entrypoint.sh

Loading…
Cancel
Save