Skip to content

Commit 1489d27

Browse files
authored
Merge pull request #150 from c-simpson/master
Fixed data written in starting last_exec file to keep UI happy
2 parents 3288711 + d569cf8 commit 1489d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN mkdir /app/static \
2222
/app/static/logs \
2323
/app/static/zipped
2424

25-
RUN [ ! -f /app/static/logs/last_execution.json ] && printf null > /app/static/logs/last_execution.json
25+
RUN [ ! -f /app/static/logs/last_execution.json ] && printf {} > /app/static/logs/last_execution.json
2626

2727
RUN chmod -R 777 /app/static
2828

0 commit comments

Comments
 (0)