Skip to content

Commit e4eecd9

Browse files
committed
Update Dockerfile
1 parent 684eeb2 commit e4eecd9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,13 @@ RUN pip install --no-cache-dir -r requirements.txt
1111

1212
COPY . .
1313

14-
# DB & Statics
14+
# Install modules
1515
RUN npm run build
16+
RUN npm run build
17+
18+
# Manage Assets & DB
1619
RUN python manage.py collectstatic --no-input
20+
RUN python manage.py makemigrations
1721
RUN python manage.py migrate
1822

1923
# gunicorn

0 commit comments

Comments
 (0)