mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 02:53:51 +00:00
fix proxy issue
This commit is contained in:
@@ -45,4 +45,4 @@ COPY --from=builder /app/dist ./dist
|
||||
EXPOSE 3000
|
||||
|
||||
# Deployment command
|
||||
CMD ["http-server", "dist", "-a", "127.0.0.1", "-p", "3000"]
|
||||
CMD ["http-server", "dist", "-a", "0.0.0.0", "-p", "3000"]
|
||||
|
||||
Reference in New Issue
Block a user