Skip to content

Commit

Permalink
adjust package
Browse files Browse the repository at this point in the history
  • Loading branch information
buremba committed Oct 11, 2024
1 parent fa9654c commit a1e2aa8
Show file tree
Hide file tree
Showing 2 changed files with 2,705 additions and 1,346 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ COPY . ${LAMBDA_TASK_ROOT}

# Install again, now that we've copied the jinjat package files. Otherwise,
# Jinjat itself won't be installed.
RUN poetry install
RUN poetry install --no-interaction --no-ansi --no-root --only main

CMD [ "universql.protocol.snowflake" ]

EXPOSE 8084
ENV UNIVERSQL_HOST=0.0.0.0
ENTRYPOINT ["poetry", "run", "universql"]

Loading

0 comments on commit a1e2aa8

Please sign in to comment.