Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add comments to docker files that you might have to change the signature type to support cloud events #78

Open
kevmoo opened this issue Dec 11, 2020 · 0 comments
Labels
documentation Improvements or additions to documentation kind/enhancement New feature or request

Comments

@kevmoo
Copy link
Collaborator

kevmoo commented Dec 11, 2020

########################
FROM subfuzion/dart:slim
COPY --from=0 /app/test/hello/bin/server /app/bin/server
EXPOSE 8080
# Note: you may have to change things to support events, etc etc
# ENTRYPOINT ["/app/bin/server", "--signature-type", "cloudevent"]
ENTRYPOINT ["/app/bin/server"]
@kevmoo kevmoo added documentation Improvements or additions to documentation kind/enhancement New feature or request labels Dec 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant