1
0
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:
Arjuna Del Toso
2024-05-02 12:21:55 -04:00
parent c4cfab0aa0
commit 311e9c23d8
+3
View File
@@ -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