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