CodeCommitsIssuesPull requestsActionsInsightsSecurity
6e03cc2293e5cdeaa1d02c2d955473da0d6a41a5

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

website/Dockerfile

4lines · modecode

1FROM nginx:mainline
2COPY . /usr/share/nginx/html
3COPY nginx/nginx.conf /etc/nginx/nginx.conf
4COPY nginx/default.conf /etc/nginx/conf.d/default.conf