Skip to content

Commit e8e280e

Browse files
authored
Merge pull request #13 from finmars-platform/PLAT-1845
PLAT-1845 Add copy docs to dockerfile
2 parents f1da8dc + 3e21ca9 commit e8e280e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ RUN pip install --upgrade pip && \
2525
pip install --no-cache-dir -r requirements.txt
2626

2727
COPY data ./data
28+
COPY templates ./templates
2829
COPY finmars_standardized_errors ./finmars_standardized_errors
29-
COPY healthcheck ./healthcheck
30+
COPY healthcheck ./healthcheck
31+
COPY logstash ./logstash
3032
COPY poms_app ./poms_app
3133
COPY poms ./poms
3234
COPY manage.py ./

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ import-sql:
4444
./import-sql.sh
4545

4646
up:
47-
$(COMPOSE) up --build
47+
$(COMPOSE) up --build \
48+
--remove-orphans \
49+
--scale migration=0 \
4850

4951
down:
5052
$(COMPOSE) down

0 commit comments

Comments
 (0)