Skip to content

Commit

Permalink
refactor: fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
amitksingh1490 committed Nov 21, 2023
1 parent 2ab19b8 commit 660927b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ WORKDIR /exercises
# Copy the current directory contents into the container at /exercises
COPY ./exercises/. /exercises

RUN npm install -g @tailcallhq/tailcall

# Make port 4000 available to the world outside this container
EXPOSE 4000

RUN npm install -g @tailcallhq/tailcall

0 comments on commit 660927b

Please sign in to comment.