Created
November 25, 2018 14:59
-
-
Save Manuri/eb9514e04ef621f414da5d88fa9fe297 to your computer and use it in GitHub Desktop.
This file contains hidden or 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.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