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.
2 parents 3288711 + d569cf8 commit 1489d27Copy full SHA for 1489d27
src/server/Dockerfile
@@ -22,7 +22,7 @@ RUN mkdir /app/static \
22
/app/static/logs \
23
/app/static/zipped
24
25
-RUN [ ! -f /app/static/logs/last_execution.json ] && printf null > /app/static/logs/last_execution.json
+RUN [ ! -f /app/static/logs/last_execution.json ] && printf {} > /app/static/logs/last_execution.json
26
27
RUN chmod -R 777 /app/static
28
0 commit comments