Skip to content

Commit 89c1276

Browse files
author
Aaron Browne
committed
Expose port 80 in Dockerfile
Signed-off-by: Aaron Browne <[email protected]>
1 parent d0dfb44 commit 89c1276

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ COPY . /app/
3939
RUN pip install /app/
4040

4141
# Set up run environment.
42+
EXPOSE 80
4243
WORKDIR /app
4344
ENTRYPOINT ["dmsa"]
4445
CMD ["start", "--host=0.0.0.0", "--port=80"]

0 commit comments

Comments
 (0)