services papkasi o'chirildi
This commit is contained in:
3
auth/docker/Dockerfile.nginx
Normal file
3
auth/docker/Dockerfile.nginx
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM nginx:alpine
|
||||
|
||||
COPY ./resources/layout/nginx.conf /etc/nginx/nginx.conf
|
||||
9
auth/docker/Dockerfile.web
Normal file
9
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