Skip to content

Commit

Permalink
fix: #patch fixed docker entrypoint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Biles committed Nov 30, 2021
1 parent bcae031 commit b6b063c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ COPY ./utils ./
RUN npm install

COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
# Code file to execute when the docker container starts up (`entrypoint.sh`)
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit b6b063c

Please sign in to comment.