Skip to content
Snippets Groups Projects
Commit f96607fd authored by Cyril L'Orphelin's avatar Cyril L'Orphelin
Browse files

Update Dockerfile

parent 314ad42e
No related branches found
No related tags found
No related merge requests found
......@@ -40,8 +40,8 @@ RUN n stable
RUN curl -o- -L https://yarnpkg.com/install.sh | bash
RUN export PATH="$HOME/.yarn/bin:$PATH"
RUN /usr/bin/yarn install --ignore-engines
RUN /usr/bin/yarn encore dev
RUN $HOME/.yarn/bin/yarn install --ignore-engines
RUN $HOME/.yarn/bin/yarn encore dev
EXPOSE 8000/tcp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment