Skip to content

Commit

Permalink
docker: fix config path
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasnoel committed Oct 1, 2024
1 parent 56451f7 commit ef02e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ RUN mkdir OIBusData
EXPOSE 2223

# Start OIBus
CMD ["./oibus-launcher", "--config", "../../../OIBusData", "--ignoreIpFilters", "true", "--ignoreRemoteUpdate", "true"]
CMD ["./oibus-launcher", "--config", "./OIBusData", "--ignoreIpFilters", "true", "--ignoreRemoteUpdate", "true"]

0 comments on commit ef02e9d

Please sign in to comment.