Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
neo773 committed Oct 18, 2023
1 parent b54920c commit c220eb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .codesandbox/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@

// These tasks can be run from CodeSandbox. Running one will open a log in the app.
"tasks": {
"run tailcall": {
"name": "run tailcall",
"command": "tc start /app/example.graphql",
"runAtStart": true
}
}
}

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ COPY ./app/. /app
EXPOSE 8000
RUN curl -sSL https://raw.githubusercontent.com/tailcallhq/tailcall/main/install.sh | bash -s && \
echo 'export PATH="$HOME/.tailcall/bin:$PATH"' >> ~/.bash_profile
CMD /bin/bash -c "source ~/.bash_profile"
CMD /bin/bash -c "source ~/.bash_profile && tc start /app/example.graphql"

0 comments on commit c220eb1

Please sign in to comment.