Skip to content

Commit

Permalink
update exercises
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Nov 15, 2023
1 parent 2f728b6 commit cd937d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:latest
RUN apt-get update && apt-get install -y curl jq entr
WORKDIR /app
COPY ./app/. /app
WORKDIR /exercises
COPY ./exercises/. /exercises
EXPOSE 4000
RUN curl -sSL https://raw.githubusercontent.com/tailcallhq/tailcall/main/install.sh | bash -s

0 comments on commit cd937d6

Please sign in to comment.