Skip to content

Commit

Permalink
fix ENTRYPOINT typo
Browse files Browse the repository at this point in the history
  • Loading branch information
goatie999 authored Apr 27, 2020
1 parent a0a8df0 commit 9d98a68
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 @@ -39,7 +39,7 @@ RUN chmod +x /entrypoint.sh

EXPOSE 1935

ENTRYPOINT ["entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]

# Initialise nginx
CMD ["nginx", "-g", "daemon off;"]

0 comments on commit 9d98a68

Please sign in to comment.