Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.

Commit 3e2ddcd

Browse files
committed
Expose TCP port on Docker Container
- Update to Dockerfile to expose a TCP port - Required by Elastic Beanstalk
1 parent 98c3e2f commit 3e2ddcd

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
@@ -16,6 +16,7 @@ RUN apk add --no-cache --virtual \
1616

1717
COPY . .
1818

19+
EXPOSE 43508
1920

2021
USER hypothesis
2122

0 commit comments

Comments
 (0)