summary refs log tree commit diff
diff options
context:
space:
mode:
authorSamuel <34555296+Flam3rboy@users.noreply.github.com>2021-10-17 11:57:20 +0200
committerGitHub <noreply@github.com>2021-10-17 11:57:20 +0200
commit9e6e166a7ac83a791ee942deb23a1a32ad88b516 (patch)
tree1a0f2b30e061731572a5981fd8cdd0d50e470f8a
parent:bug: remove pause (diff)
parentFix requirements with python (diff)
downloadserver-9e6e166a7ac83a791ee942deb23a1a32ad88b516.tar.xz
Merge pull request #473 from xaronnn/master
Fix requirements with python
-rw-r--r--Dockerfile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile

index 4eed2f40..c0f3ab20 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -1,8 +1,7 @@ -FROM alpine -RUN apk add --update nodejs npm +FROM nikolaik/python-nodejs:latest WORKDIR /usr/src/fosscord-server/ COPY . . WORKDIR /usr/src/fosscord-server/bundle RUN npm run setup EXPOSE 3001 -CMD [ "npm", "run", "start:bundle" ] \ No newline at end of file +CMD [ "npm", "run", "start:bundle" ]