Skip to content

Commit ba7a775

Browse files
committed
adding dev-v0.24.4 tag to this commit to ensure building
1 parent abe6f5c commit ba7a775

File tree

272 files changed

+6
-108199
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

272 files changed

+6
-108199
lines changed

Dockerfile

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
FROM ubuntu:latest
2+
RUN apt-get update && apt-get install -y python3 python3-pip python3-venv
3+
ADD . /app
4+
WORKDIR /app
5+
RUN bash ./test-pre-commit.sh
6+
RUN bash ./hooks/pre-commit.sh

html/supertokens_python/async_to_sync_wrapper.html

-166
This file was deleted.

0 commit comments

Comments
 (0)