Skip to content

Instantly share code, notes, and snippets.

@jbcdnr
Created September 5, 2017 12:35
Show Gist options
  • Save jbcdnr/25a27d3b57275e89530993e3e08a5cd7 to your computer and use it in GitHub Desktop.
Save jbcdnr/25a27d3b57275e89530993e3e08a5cd7 to your computer and use it in GitHub Desktop.
CircleCI Dockerfile for website deployment to S3
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