Skip to content

Commit

Permalink
Merge pull request #13 from pascal-id/development
Browse files Browse the repository at this point in the history
expose port 80 and 443
  • Loading branch information
luridarmawan authored Mar 20, 2024
2 parents d81242c + c84d90b commit 204a6a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ RUN a2enmod cgi \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

# Make port 80 available to the world outside this container
EXPOSE 80
EXPOSE 443

RUN mkdir -p /projects/
WORKDIR /projects
ADD ./app/ /app
Expand Down

0 comments on commit 204a6a7

Please sign in to comment.