Skip to content

Commit a6e880a

Browse files
committed
Trying to get it to listen to all IPs. No success. Refs #2525
1 parent 2635ab1 commit a6e880a

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
@@ -33,4 +33,4 @@ RUN make test && make html
3333

3434
EXPOSE 3000
3535

36-
CMD ./app-start
36+
CMD ["morbo", "-w", "assets/sass", "-w", "assets/js", "-w", "html/js/search.js", "-l", "http://*:3000", "app.pl"]

0 commit comments

Comments
 (0)