Skip to content
Snippets Groups Projects
Commit 9d0c65cb authored by Javier Diaz's avatar Javier Diaz
Browse files

Updated the Dockerfile of DLT to work with general deployment script.

parent fb62c881
No related branches found
No related tags found
2 merge requests!294Release TeraFlowSDN 4.0,!259Resolve "(CTTC) Replace DLT Gateway functionality with an opensource and Hyper Ledger v2.4+ compliant version"
......@@ -5,15 +5,15 @@ FROM node:20
WORKDIR /usr/dltApp
# Copy package.json and package-lock.json
COPY dltApp/package*.json ./
COPY src/dlt/connector/gateway/dltApp/dltApp/package*.json ./
# Copy tsconfig.json
COPY dltApp/tsconfig*.json ./
COPY src/dlt/connector/gateway/dltApp/tsconfig*.json ./
# Copy the proto folder
COPY dltApp/proto/ ./proto
COPY src/dlt/connector/gateway/dltApp/dltApp/proto/ ./proto
# Copy the src folder
COPY dltApp/src/ ./src
COPY src/dlt/connector/gateway/dltApp/dltApp/src/ ./src
# Install dependencies
RUN npm install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment