diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-18 14:36:57 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-18 14:36:57 +0200 |
commit | 1f2822597b63c82ab453f5750c105a228c2dc75e (patch) | |
tree | caa4e210f5b995023722948bf2877f234959d625 /.dockerignore | |
parent | fix default cdn endpoint for message attachments (diff) | |
download | server-1f2822597b63c82ab453f5750c105a228c2dc75e.tar.xz |
Revert "fix: make API dockerfile use correct setup steps"
This reverts commit da7a87d3917463a8464cd32567ecb0c102d4bf34.
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.dockerignore b/.dockerignore index 93d19905..61b7ef66 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,5 +1,2 @@ node_modules/ -db/ -dist/ -coverage/ -*.db \ No newline at end of file +db/ \ No newline at end of file |