Skip to content

Commit

Permalink
merge dev
Browse files Browse the repository at this point in the history
  • Loading branch information
futianfan committed Apr 19, 2020
1 parent 22367dc commit 21f81c3
Show file tree
Hide file tree
Showing 3 changed files with 683 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.git
node_modules
npm-debug.log
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM node:
COPY . /app
WORKDIR /app
RUN pip install numpy
EXPOSE 3000
Loading

0 comments on commit 21f81c3

Please sign in to comment.