Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 563 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 563 Bytes

website

Downloading

gsutil -m cp \
  "gs://obrienlabs-dev-website/error.html" \
  "gs://obrienlabs-dev-website/index.html" \
  "gs://obrienlabs-dev-website/styles.css" \
  .

Uploading

Local run via Docker container

docker run -d --rm --name apache -p 8080:80 -v ${PWD}:/usr/local/apache2/htdocs/ httpd:latest