Skip to content

Commit 1ba6f52

Browse files
authored
Merge pull request #318 from Helene/rawdata_default
Set RAWDATA default value in Dockerfile to True
2 parents f11f409 + 0695748 commit 1ba6f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ ENV LOGPATH=$DEFAULTLOGPATH
8383
ARG DEFAULTLOGLEVEL=15
8484
ENV LOGLEVEL=$DEFAULTLOGLEVEL
8585

86-
ARG RAWDATA=None
86+
ARG RAWDATA=True
8787
ENV RAWCOUNTERS=$RAWDATA
8888

8989
RUN echo "the HTTP/S protocol is set to $PROTOCOL" && \

0 commit comments

Comments
 (0)