Created
September 5, 2017 12:35
-
-
Save jbcdnr/25a27d3b57275e89530993e3e08a5cd7 to your computer and use it in GitHub Desktop.
CircleCI Dockerfile for website deployment to S3
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 circleci/ruby:2.4.1-node-browsers | |
MAINTAINER Jean-Baptiste Cordonnier | |
RUN sudo apt-get install -y awscli |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment