more container orchestration logic

This commit is contained in:
Ishaan Dey
2024-05-21 00:57:52 -07:00
parent a3dd0d6598
commit 561a284fc9
5 changed files with 61 additions and 31 deletions

View File

@ -20,6 +20,8 @@ RUN useradd -m myuser
RUN mkdir projects && chown -R myuser:myuser projects
USER myuser
# user namespace mapping
EXPOSE 3000
EXPOSE 4000