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:
parent
680e538fd6
commit
5a855fb7e4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user