fix - change Dockerfile

This commit is contained in:
2025-12-28 16:30:51 +03:30
parent 1a49b87644
commit 80ef602638
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ ENV_NAME=DEV
# Database secrets # Database secrets
DB_HOST=31.7.78.133 DB_HOST=31.7.78.133
DB_PORT=14352 DB_PORT=14352
DB_NAME=Development DB_NAME=Production
DB_USERNAME=postgres DB_USERNAME=postgres
DB_PASSWORD=pfLIVXupbDetvFMt2gUvxLXUL9b4HIOHaPcKXsBEZ1i8zl0iLUjmhUfXlGfJKcTV DB_PASSWORD=pfLIVXupbDetvFMt2gUvxLXUL9b4HIOHaPcKXsBEZ1i8zl0iLUjmhUfXlGfJKcTV

View File

@@ -1,5 +1,5 @@
# pull official base image # pull official base image
FROM seniorkian/python310-rasaddam:1.0.1 FROM ghcr.io/seniorkian/python310-rasaddam:1.0.1
# Create the app directory # Create the app directory
RUN #mkdir /app RUN #mkdir /app