Skip to content
Snippets Groups Projects
Commit 41e9ac8c authored by Tobias Steiner's avatar Tobias Steiner
Browse files

Copy csv-data into the container

parent 27e50bd4
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ WORKDIR /usr/local/app
# copy app to the container
COPY package.json package-lock.json config.json tsconfig.json /usr/local/app/
COPY src /usr/local/app/src
COPY data /usr/local/app/data
# 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