diff --git a/front/Dockerfile b/front/Dockerfile index ef724e0f..6c503af8 100644 --- a/front/Dockerfile +++ b/front/Dockerfile @@ -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