diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ FROM xena/christine.website -ENV PORT 5000 -EXPOSE 5000 +ENV PORT 80 +EXPOSE 80 RUN apk add --no-cache bash |
![]() |
index : xesite.git | |
| Unnamed repository; edit this file 'description' to name the repository. | root |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | Dockerfile | 4 |
@@ -1,4 +1,4 @@ FROM xena/christine.website -ENV PORT 5000 -EXPOSE 5000 +ENV PORT 80 +EXPOSE 80 RUN apk add --no-cache bash |