Skip to content

Instantly share code, notes, and snippets.

@Manuri
Created November 25, 2018 14:59
Show Gist options
  • Save Manuri/eb9514e04ef621f414da5d88fa9fe297 to your computer and use it in GitHub Desktop.
Save Manuri/eb9514e04ef621f414da5d88fa9fe297 to your computer and use it in GitHub Desktop.
FROM ballerina/ballerina:0.983.0
RUN mkdir /ballerina/mongodb
COPY wso2-mongodb-0.7.1.zip /ballerina/mongodb/
RUN unzip /ballerina/mongodb/wso2-mongodb-0.7.1.zip -d /ballerina/mongodb/
RUN cd /ballerina/mongodb/ && printf '/ballerina/runtime' | sh install.sh
RUN rm -r /ballerina/mongodb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment