Revert "feat: make http-server listen on all network interfaces"

This reverts commit 35bafc1814.
This commit is contained in:
Krzysztof R. 2024-05-12 13:03:08 +02:00
parent 35bafc1814
commit 34ae98a912

View File

@ -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"]