fix self game invite

fixes #6
This commit is contained in:
Robin Appelman 2020-12-25 22:49:44 +01:00
commit 18d411e324
4 changed files with 19 additions and 20 deletions

View file

@ -22,7 +22,7 @@ RUN apk add --no-cache \
COPY package.json package-lock.json ./
RUN chown -R node:node /opt/mx-puppet-steam
USER node
RUN npm install
RUN npm ci
COPY tsconfig.json ./
COPY src/ ./src/