Skip to content

Commit

Permalink
refactor: update version & remove duplicate installs
Browse files Browse the repository at this point in the history
  • Loading branch information
amitksingh1490 committed Nov 21, 2023
1 parent 115898b commit 2c5cb01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}

// Uncomment the next line to run commands after the container is created.
// "postStartCommand": "npm i -g @tailcallhq/tailcall"
// "postCreateCommand": "npm i -g @tailcallhq/tailcall"

// Configure tool-specific properties.
// "customizations": {},
Expand Down
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@ RUN apt-get update && apt-get install -y curl jq entr
WORKDIR /exercises
COPY ./exercises/. /exercises
EXPOSE 4000
# RUN curl -sSL https://raw.githubusercontent.com/tailcallhq/tailcall/master/install.sh | bash -s -- v0.16.1

RUN npm i -g @tailcallhq/tailcall

0 comments on commit 2c5cb01

Please sign in to comment.