You've already forked explain.depesz.com
mirror of
https://gitlab.com/depesz/explain.depesz.com.git
synced 2026-06-19 22:15:11 +02:00
Fix docker build
**Description:** refreshed my fork with upstream, docker wasn't building anymore, added the file that was missing as a "cargo cult" solution **TestPlan:** run the docker build, now the web container starts correctly
This commit is contained in:
@@ -37,4 +37,7 @@ WORKDIR /explain
|
||||
|
||||
COPY docker/explain.json explain.pl ./
|
||||
|
||||
RUN mkdir -p /explain/log/
|
||||
RUN touch /explain/log/development.log
|
||||
|
||||
ENTRYPOINT /explain/explain.pl daemon
|
||||
|
||||
Reference in New Issue
Block a user