Created
June 26, 2016 10:06
-
-
Save mldk-tech/b889a43472aa9cfe2cccb23cf59ebbe9 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 gizra/drupal-lamp | |
ADD . /var/www/html/circuit/repository | |
WORKDIR /var/www/html/circuit/repository | |
# Add a bash script to finalize all | |
COPY docker_files/run.sh /var/www/html/circuit/repository/docker_files/run.sh | |
RUN chmod +x /var/www/html/circuit/repository/docker_files/run.sh | |
#ENTRYPOINT ["/var/www/html/circuit/repository/docker_files/run.sh"] | |
EXPOSE 80 3306 22 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment