Skip to content

Commit 8043510

Browse files
committed
I kind of assume a single env so enforce that
1 parent 4910be7 commit 8043510

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,4 @@ RUN chmod -R 775 .
2323

2424
EXPOSE 8000
2525
USER www-data
26-
ENTRYPOINT ["tracd"]
27-
CMD ["--single-env", "."]
26+
ENTRYPOINT ["tracd", "--single-env", "."]

0 commit comments

Comments
 (0)