try again
This commit is contained in:
@@ -14,4 +14,5 @@ RUN npm run build
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
CMD [ "serve", "-s", "dist" ]
|
||||
# Bind to all network interfaces, not just localhost
|
||||
CMD [ "serve", "-s", "dist", "-l", "tcp://0.0.0.0:3000" ]
|
||||
|
Reference in New Issue
Block a user