This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ COPY requirements.txt .
|
|||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
# Copy application
|
# Copy application
|
||||||
COPY app.py models.py auth.py meals.py ./
|
COPY app.py models.py auth.py meals.py i18n.py ./
|
||||||
COPY templates/ templates/
|
COPY templates/ templates/
|
||||||
COPY static/ static/
|
COPY static/ static/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user