Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:ali-hussain/ecs-workshop-app-repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Hussain committed Aug 24, 2017
2 parents f224d83 + 9adf752 commit bc780e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx
FROM nginx:1.9.7
COPY index.html /usr/share/nginx/html/
COPY mysite.template /etc/nginx/conf.d/
# Add a dummy test path to simplify local testing
Expand Down

0 comments on commit bc780e6

Please sign in to comment.