Skip to content

Commit

Permalink
Update tasks.json and Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
neo773 committed Nov 6, 2023
1 parent df2f50b commit 87ce5dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .codesandbox/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"tasks": {
"run tailcall": {
"name": "run tailcall server",
"command": "$HOME/.tailcall/bin/tc start /workspaces/tailcall-sandbox/app/example.graphql",
"command": "ls /workspaces/tailcall-sandbox/app/example.graphql | entr -r $HOME/.tailcall/bin/tc start /workspaces/tailcall-sandbox/app/example.graphql",
"runAtStart": true,
"preview": {
"port": 3000
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:latest
RUN apt-get update && apt-get install -y curl jq
RUN apt-get update && apt-get install -y curl jq entr
WORKDIR /app
COPY ./app/. /app
EXPOSE 3000
Expand Down

0 comments on commit 87ce5dd

Please sign in to comment.