Last active
September 15, 2018 03:52
-
-
Save raj-rajaratnam/7c1addd63eb4b157dc486929039c959d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ballerina/ballerina:0.981.1 | |
LABEL maintainer="[email protected]" | |
COPY utility.balx /home/ballerina | |
EXPOSE 8280 | |
CMD ballerina run utility.balx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment