Skip to content

Commit d126655

Browse files
authored
try change
1 parent 65b02f6 commit d126655

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

frameworks/Python/blacksheep/blacksheep-nginx-unit.dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ RUN CORE_COUNT=$(nproc) && \
2222
# curl -X PUT --data-binary @/blacksheep/unit-config.json --unix-socket \
2323
# /var/run/control.unit.sock http://localhost/config
2424

25-
COPY ./unit-config.json /docker-entrypoint.d/unit-config.json
25+
COPY ./unit-config.json /docker-entrypoint.d/config.json
2626
ENTRYPOINT []
2727
EXPOSE 8080
28-
CMD ["unitd", "--no-daemon", "--control", "unix:/var/run/control.unit.sock"]
28+
29+
# CMD ["unitd", "--no-daemon", "--control", "unix:/var/run/control.unit.sock"]
2930
# CMD ["./start-unit.sh"]

0 commit comments

Comments
 (0)