Skip to content

Commit

Permalink
Reconfigured manager/Dockerfile to use the right database
Browse files Browse the repository at this point in the history
Signed-off-by: Md Sahabul Hossain <[email protected]>
  • Loading branch information
sahabulh committed Mar 19, 2024
1 parent 1f06b16 commit 2eef8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN git clone https://github.com/EVerest/everest-core.git \
# Copy over the custom config *after* compilation and installation
COPY config-docker.json ./dist/share/everest/modules/OCPP/config-docker.json
COPY config.json ./dist/share/everest/modules/OCPP201/config.json
COPY device_model_storage_maeve_preconfigured.db ./dist/share/everest/modules/OCPP201/device_model_storage.db
COPY device_model_storage_maeve_sp1.db ./dist/share/everest/modules/OCPP201/device_model_storage.db

# TODO: This should be removed once added to everest-core
COPY ./tests/startup_tests.py /ext/source/tests/core_tests/startup_tests.py
Expand Down

0 comments on commit 2eef8ff

Please sign in to comment.