Expose ports 4000 and 5000 for optional nginx bypass
This commit is contained in:
+1
-1
@@ -30,6 +30,6 @@ COPY deployment/entry.sh deployment/replace-variables.sh /app/
|
||||
|
||||
RUN chmod +x /app/entry.sh /app/replace-variables.sh
|
||||
|
||||
EXPOSE 3000
|
||||
EXPOSE 3000 4000 5000
|
||||
|
||||
CMD ["sh", "/app/entry.sh"]
|
||||
Reference in New Issue
Block a user