Skip to content

Commit e3ffff5

Browse files
fix: port should be 8080 (#44)
1 parent e3f0baf commit e3ffff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ RUN npm install -g http-server
44
COPY package*.json ./
55
RUN npm install
66
COPY . .
7-
EXPOSE 8081
7+
EXPOSE 8080
88
CMD ["http-server", "-p", "8081", "/app"]

0 commit comments

Comments
 (0)