Skip to content

Commit

Permalink
update entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Nov 24, 2018
1 parent fb7377b commit a9a1747
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ RUN chown apigee:apigee /opt/apigee/plugins.zip
RUN su - apigee -c "unzip /opt/apigee/plugins.zip -d /opt/apigee"
EXPOSE 8000
EXPOSE 8443
ENTRYPOINT ["/tmp/entrypoint.sh"]
ENTRYPOINT ["entrypoint"]
```
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/docker/edgemicro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ RUN su - apigee -c "unzip /opt/apigee/plugins.zip -d /opt/apigee"
EXPOSE 8000
EXPOSE 8443
USER apigee
ENTRYPOINT ["/tmp/entrypoint.sh"]
ENTRYPOINT ["entrypoint"]
```

0 comments on commit a9a1747

Please sign in to comment.