Skip to content
This repository was archived by the owner on Nov 23, 2022. It is now read-only.

Commit 8d5113e

Browse files
committed
Fix debug docker images, correctly include home html
1 parent c5ef31b commit 8d5113e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile-debug

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ WORKDIR /usr/src/app
1111
COPY bin/server-core.js /usr/src/app/server-core.js
1212
COPY bin/exoframe-server.js /usr/src/app/exoframe-server.js
1313

14+
# copy home.html
15+
COPY bin/home.html /usr/src/app/home.html
16+
1417
# expose ports
1518
EXPOSE 8080
1619

0 commit comments

Comments
 (0)