fix yarn install not working

problem for virtually all people trying self-hosting according to #1433, #738 and likely more
This commit is contained in:
TabascoEye 2021-09-15 10:43:01 +02:00 committed by GitHub
parent 680e538fd6
commit 5a855fb7e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM thecodingmachine/workadventure-back-base:latest as builder
WORKDIR /var/www/messages
COPY --chown=docker:docker messages .
WORKDIR /var/www/messages
RUN yarn install && yarn proto
# we are rebuilding on each deploy to cope with the PUSHER_URL environment URL