Commit 36bdc9ff authored by Поляков Илья Георгиевич's avatar Поляков Илья Георгиевич
Browse files

Update file Dockerfile

parent d5f683c0
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -6,7 +6,7 @@ ENV POSTGRES_HOST=postgres \ ...@@ -6,7 +6,7 @@ ENV POSTGRES_HOST=postgres \
POSTGRES_USER=postgres \ POSTGRES_USER=postgres \
POSTGRES_PASSWORD=postgres \ POSTGRES_PASSWORD=postgres \
LOG_FILE=/var/log/pinger.log \ LOG_FILE=/var/log/pinger.log \
CHECK_INTERVAL=300 CHECK_INTERVAL=10
WORKDIR /app WORKDIR /app
RUN pip install psycopg2-binary RUN pip install psycopg2-binary
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment