This commit is contained in:
vabene1111 2021-01-13 22:23:00 +01:00
parent 642015b368
commit fbc3dcdfef

View File

@ -17,8 +17,4 @@ WORKDIR /opt/recipes
COPY . ./
RUN chmod +x boot.sh
WORKDIR /opt/recipes/vue
RUN yarn install
RUN yarn build
ENTRYPOINT ["/opt/recipes/boot.sh"]