mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 14:43:08 +02:00
feat: make http-server listen on all network interfaces
This commit is contained in:
parent
4abfd73e9d
commit
35bafc1814
@ -12,4 +12,5 @@ RUN npm install -g http-server
|
||||
COPY . .
|
||||
|
||||
EXPOSE 8080
|
||||
CMD ["http-server", "-p 8080"]
|
||||
CMD ["http-server", "-p 8080", "-a 0.0.0.0"]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user