CodeCommitsIssuesPull requestsActionsInsightsSecurity
597160443a7bd0f992178098daff256a70ecd56d

Branches

Tags

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

Clone

HTTPS

Download ZIP

website/Dockerfile

4lines · modecode

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