Skip to content

Instantly share code, notes, and snippets.

@raj-rajaratnam
Last active September 15, 2018 03:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raj-rajaratnam/7c1addd63eb4b157dc486929039c959d to your computer and use it in GitHub Desktop.
Save raj-rajaratnam/7c1addd63eb4b157dc486929039c959d to your computer and use it in GitHub Desktop.
FROM ballerina/ballerina:0.981.1
LABEL maintainer="rajkumarr@wso2.com"
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