Commit af66ee9d authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Tests - Tools - SIMAP Server

- Corrected Dockerfile
parent 58f99af4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,9 +26,9 @@ RUN fc-lang-install -v
# Create component sub-folders, and copy content
RUN mkdir -p /var/simap_server/
WORKDIR /var/simap_server
COPY ./yang ./yang
COPY ./simap_server/yang/*.yang ./yang
COPY ./simap_server/*.py ./
COPY ./startup.json ./startup.json
COPY ./*.py .

# Start the service
ENTRYPOINT ["python", "simap_server.py"]