Skip to content

Commit ca2e38b

Browse files
committed
fix: exposure of port 8080
Signed-off-by: Martin Buchleitner <mbuchleitner@infralovers.com>
1 parent dcfbbc7 commit ca2e38b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ LABEL MAINTAINER=mbuchleitner@infralovers.com
55
COPY package* ./
66
RUN npm i
77

8+
EXPOSE 8080
9+
810
COPY colors.js ./
911
COPY index.html ./
1012

0 commit comments

Comments
 (0)