Cleaned up some URLS and removed unused token
This commit is contained in:
parent
9e6a11915b
commit
e02f48f358
2 changed files with 2 additions and 8 deletions
|
@ -5,6 +5,5 @@ COPY package.json .
|
|||
RUN npm i --only=prod
|
||||
COPY server server
|
||||
COPY build build
|
||||
ENV KHUFU_DEV_TOKEN $KHUFU_DEV_TOKEN
|
||||
CMD ["npm", "start"]
|
||||
EXPOSE 52026
|
||||
|
|
Reference in a new issue