mirror of
https://github.com/olehomelchenko/Mini-VLAT-ua.git
synced 2025-12-21 21:22:22 +00:00
prepare production dockerfiles and env
This commit is contained in:
@@ -6,10 +6,10 @@ COPY Pipfile Pipfile.lock ./
|
||||
|
||||
RUN pip install pipenv && \
|
||||
pipenv install --system --deploy && \
|
||||
pip install flask-cors
|
||||
pip install flask-cors tinydb
|
||||
|
||||
# Create necessary directories for data storage
|
||||
RUN mkdir -p /app/surveys/quiz
|
||||
# Create directory for database
|
||||
RUN mkdir -p /app/data
|
||||
|
||||
COPY . .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user