update config

This commit is contained in:
Lachlan Kermode
2020-06-14 18:58:22 +02:00
parent 63c26bdb12
commit 8a91c6af56
13 changed files with 44 additions and 58 deletions

View File

@@ -10,7 +10,7 @@ RUN cd /www; yarn
COPY . /www
WORKDIR /www
RUN yarn build
RUN mkdir -p temp
RUN mkdir -p data
# set your port
ENV PORT 8080