This repository has been archived by the owner on Jul 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
danielkvist
committed
Jan 10, 2019
1 parent
5cf9484
commit 20bd79b
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
FROM nginx | ||
LABEL maintainer="[email protected]" | ||
EXPOSE 80/tcp | ||
EXPOSE 80/udp | ||
ARG EXPOSE=80 | ||
EXPOSE ${EXPOSE}/tcp | ||
EXPOSE ${EXPOSE}/udp | ||
ARG HUGO_SITE=exampleSite | ||
COPY /${HUGO_SITE}/public/ /usr/share/nginx/html/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters