auth service created
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
FROM nginx:alpine
|
||||
|
||||
COPY ./resources/layout/nginx.conf /etc/nginx/nginx.conf
|
||||
@@ -1,9 +0,0 @@
|
||||
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