parent
d28d94c7c8
commit
0d400bedd7
2 changed files with 25 additions and 18 deletions
@ -0,0 +1,8 @@ |
||||
# Note: this Dockerfile is written to be executed with the whole source |
||||
# as its context. |
||||
|
||||
FROM postgres:12 |
||||
|
||||
# Install node.js |
||||
RUN apt update -y && apt install -y npm |
||||
|
Loading…
Reference in new issue