Skip to content

Commit

Permalink
fixed comment in dockerfile for v3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tfr42 committed Aug 27, 2024
1 parent 31dd9e2 commit f16d421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN rm /tmp/handbook.zip

VOLUME $DEEGREE_WORKSPACE_ROOT
WORKDIR $DEEGREE_WORKSPACE_ROOT
# apply API key and console password "openssl dgst -sha256 <<< 'hello world'"
# apply API key and console password
EXPOSE 8080
# apply apikey, password and run tomcat
CMD ([ -z "$DEEGREE_API_KEY" ] || (echo $DEEGREE_API_KEY > $DEEGREE_WORKSPACE_ROOT/config.apikey)) \
Expand Down

0 comments on commit f16d421

Please sign in to comment.