auth service created
This commit is contained in:
9
services/auth/docker/Dockerfile.web
Normal file
9
services/auth/docker/Dockerfile.web
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM jscorptech/django:v0.5
|
||||
|
||||
WORKDIR /code
|
||||
|
||||
COPY ./ /code
|
||||
|
||||
RUN --mount=type=cache,target=/root/.cache/pip pip install -r requirements.txt
|
||||
|
||||
CMD ["sh", "./resources/scripts/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user