Add extracted tools: CitrineOS, OpenOCPP, ShapeShifter
- CitrineOS core extracted (CSMS OCPP 2.0.1) - OpenOCPP extracted (firmware OCPP 1.6J/2.0.1) - ShapeShifter library installed (pip install -e) - ShapeShifter specification extracted - EVerest extracted TODO updated with progress
This commit is contained in:
11
tools/citrineos-core-main/apps/Server/everest/Dockerfile
Normal file
11
tools/citrineos-core-main/apps/Server/everest/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
ARG EVEREST_IMAGE_TAG="2025.6.1-dt-esdp"
|
||||
FROM ghcr.io/everest/everest-demo/manager:${EVEREST_IMAGE_TAG}
|
||||
|
||||
WORKDIR /workspace
|
||||
|
||||
RUN npm i -g http-server
|
||||
EXPOSE 8888
|
||||
|
||||
COPY ./start.sh /tmp/start.sh
|
||||
RUN chmod +x /tmp/start.sh
|
||||
ENTRYPOINT ["/tmp/start.sh"]
|
||||
Reference in New Issue
Block a user