feat: Add Dockerfile for application containerization.
This commit is contained in:
@@ -50,6 +50,7 @@ RUN set -eux; \
|
|||||||
|
|
||||||
# Копируем entrypoint скрипт
|
# Копируем entrypoint скрипт
|
||||||
COPY docker/entrypoint.sh /entrypoint.sh
|
COPY docker/entrypoint.sh /entrypoint.sh
|
||||||
|
RUN mkdir -p /app/docker
|
||||||
COPY docker/create_public_tenant.py /app/docker/create_public_tenant.py
|
COPY docker/create_public_tenant.py /app/docker/create_public_tenant.py
|
||||||
RUN chmod 755 /entrypoint.sh && chown appuser:appuser /entrypoint.sh
|
RUN chmod 755 /entrypoint.sh && chown appuser:appuser /entrypoint.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user