Skip to content

Commit

Permalink
Merge pull request #82 from ajcwebdev/ajcwebdev-patch-1
Browse files Browse the repository at this point in the history
Add .env to Dockerfile for Railway deploy (temp)
  • Loading branch information
ajcwebdev authored Dec 27, 2024
2 parents 118e6fb + 4b7933d commit affb71e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,7 @@ COPY --from=ollama-stage /bin/ollama /usr/local/bin/ollama
# or if that fails, try:
# COPY --from=ollama-stage /usr/local/bin/ollama /usr/local/bin/ollama

COPY .env .env

ENTRYPOINT ["/usr/src/app/docker-entrypoint.sh"]
CMD ["--help"]
CMD ["--help"]

0 comments on commit affb71e

Please sign in to comment.