We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7345c0 commit 4eea36dCopy full SHA for 4eea36d
Dockerfile
@@ -12,4 +12,5 @@ RUN mkdir media -p
12
RUN chmod +x start_dev.sh
13
14
EXPOSE 5678
15
-CMD ./start_dev.sh
+# CMD ./start_dev.sh
16
+
docker-compose.yml
@@ -4,6 +4,7 @@ services:
4
platform: linux/amd64
5
build: .
6
image: unitap-backend
7
+ command: ./start_dev.sh
8
environment:
9
- FIELD_KEY=${FIELD_KEY}
10
- SECRET_KEY=${SECRET_KEY}
0 commit comments