Docker et sql
This commit is contained in:
parent
811f3fff25
commit
77a1d532e5
2 changed files with 1055 additions and 0 deletions
16
Dockerfile
Normal file
16
Dockerfile
Normal file
|
@ -0,0 +1,16 @@
|
|||
FROM debian:buster
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y nodejs npm
|
||||
|
||||
COPY . /srv/platoo
|
||||
WORKDIR /srv/platoo
|
||||
|
||||
RUN npm install
|
||||
|
||||
CMD ["node", "index.js"]
|
||||
|
||||
|
||||
|
||||
|
||||
|
1039
platoo.sql
Normal file
1039
platoo.sql
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue