Skip to content

Commit

Permalink
#1908 Include /opt/thp in Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Mar 29, 2021
1 parent d2e96c3 commit 615a5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dockerCommands := Seq(
Cmd("ADD", "--chown=thehive:thehive", "var", "/var"),
Cmd("ADD", "--chown=thehive:thehive", "etc", "/etc"),
ExecCmd("RUN", "chmod", "+x", "/opt/thehive/bin/thehive", "/opt/thehive/entrypoint"),
Cmd("RUN", "mkdir", "/data", "&&", "chown", "thehive:thehive", "/data"),
Cmd("RUN", "mkdir", "/data", "/opt/thp", "&&", "chown", "thehive:thehive", "/data", "/opt/thp"),
Cmd("EXPOSE", "9000"),
Cmd("USER", "thehive"),
ExecCmd("ENTRYPOINT", "/opt/thehive/entrypoint"),
Expand Down

0 comments on commit 615a5bc

Please sign in to comment.