We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcfbbc7 commit ca2e38bCopy full SHA for ca2e38b
1 file changed
Dockerfile
@@ -5,6 +5,8 @@ LABEL MAINTAINER=mbuchleitner@infralovers.com
5
COPY package* ./
6
RUN npm i
7
8
+EXPOSE 8080
9
+
10
COPY colors.js ./
11
COPY index.html ./
12
0 commit comments