Expose ports 4000 and 5000 for optional nginx bypass

This commit is contained in:
Kyle Killion
2024-08-15 08:48:47 -07:00
parent dd9f92687e
commit 055a732d6e
+1 -1
View File
@@ -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"]