We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f0baf commit e3ffff5Copy full SHA for e3ffff5
Dockerfile
@@ -4,5 +4,5 @@ RUN npm install -g http-server
4
COPY package*.json ./
5
RUN npm install
6
COPY . .
7
-EXPOSE 8081
+EXPOSE 8080
8
CMD ["http-server", "-p", "8081", "/app"]
0 commit comments