Skip to content

Commit 4eea36d

Browse files
committed
fix: moved docker cmd command to docker compose instead of dockerfile
1 parent f7345c0 commit 4eea36d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ RUN mkdir media -p
1212
RUN chmod +x start_dev.sh
1313

1414
EXPOSE 5678
15-
CMD ./start_dev.sh
15+
# CMD ./start_dev.sh
16+

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ services:
44
platform: linux/amd64
55
build: .
66
image: unitap-backend
7+
command: ./start_dev.sh
78
environment:
89
- FIELD_KEY=${FIELD_KEY}
910
- SECRET_KEY=${SECRET_KEY}

0 commit comments

Comments
 (0)