Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:TransformerOptimus/SuperAGI into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
luciferlinx101 committed Jun 2, 2023
2 parents 7578f15 + ff11029 commit f9fa307
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
venv/
gui/
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ COPY entrypoint.sh ./entrypoint.sh
RUN chmod +x ./entrypoint.sh

# ENTRYPOINT ["./entrypoint.sh"]
CMD ["sh", "-c", "./entrypoint.sh"]
CMD ["sh","./entrypoint.sh"]
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Run Alembic migration
# Run Alembic migrations
alembic upgrade head

# Start the app
Expand Down

0 comments on commit f9fa307

Please sign in to comment.