Skip to content

Commit

Permalink
Version für 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
biermapa committed Aug 31, 2021
1 parent 30b4dc3 commit 5b520ed
Show file tree
Hide file tree
Showing 105 changed files with 12,868 additions and 12,615 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
build/
.idea/

# exclude unzipped NEC example data
Expand Down
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-alpine
FROM node:14.17.5-alpine

WORKDIR /usr/src/app

Expand All @@ -8,7 +8,8 @@ RUN npm install

COPY . .

#RUN npm run build
RUN npm run build

EXPOSE 3231

CMD [ "npm", "run", "server" ]
Binary file added NEC/2020.10.29-SmICS_Protokoll_MHH_NEC_TUD.pdf
Binary file not shown.
Binary file added NEC/2020.10.29_meeting_SmICS_NEC.pdf
Binary file not shown.
Binary file added NEC/2021.01.15_NEC_Meeting-Flattened.pdf
Binary file not shown.
Loading

0 comments on commit 5b520ed

Please sign in to comment.