Skip to content
Snippets Groups Projects
Unverified Commit 297ab1b8 authored by Griefed's avatar Griefed Committed by GitHub
Browse files

Updated Dockerfile

Changed the branch from v1/docker to heroku. The heroku branch works with nginx as a reverse proxy, serving d-zone with https.
parent bafe88fe
No related branches found
No related tags found
No related merge requests found
......@@ -7,10 +7,10 @@ You must set your bot token as an environment variable and your bot must be \
a member of at least one server for this to work."
RUN apk update && apk upgrade && apk add git && \
git clone -b v1/docker https://github.com/d-zone-org/d-zone.git /opt/d-zone && \
RUN apk update && apk upgrade && apk add git && apk add nano && \
git clone -b heroku https://github.com/d-zone-org/d-zone.git /opt/d-zone && \
cd /opt/d-zone && \
npm install && \
npm install --no-optional && \
npm run-script build && \
apk del git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment