Skip to content

Commit

Permalink
chore: expose port for container
Browse files Browse the repository at this point in the history
  • Loading branch information
0fatal committed Oct 7, 2023
1 parent 8fd4bb5 commit 59e593c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtimes/nodejs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ RUN apt update && apt-get install build-essential libcairo2-dev libpango1.0-dev
# RUN npm install npm -g

EXPOSE 8000
EXPOSE 9000

WORKDIR /app
ENV LOG_LEVEL=debug
COPY . /app
Expand Down

0 comments on commit 59e593c

Please sign in to comment.