Skip to content

Commit 9dc6e30

Browse files
committed
expose port 80 and 443
1 parent b3e8e11 commit 9dc6e30

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ RUN a2enmod cgi \
2121
# Make port 80 available to the world outside this container
2222
EXPOSE 80
2323
EXPOSE 443
24+
2425
RUN mkdir -p /projects/
2526
WORKDIR /projects
2627
ADD ./app/ /app

0 commit comments

Comments
 (0)