chore: Remove yarn docker-build:app command and related docs

This commit is contained in:
Himanshu Mishra
2021-01-17 21:53:37 +01:00
parent 77c8a9af21
commit cca03162bc
3 changed files with 0 additions and 14 deletions
@@ -8,8 +8,6 @@ FROM nginx:mainline
# This dockerfile requires the app to be built on the host first, as it
# simply copies in the build output into the image.
# The safest way to build this image is to use `yarn docker-build:app`
RUN apt-get update && apt-get -y install jq && rm -rf /var/lib/apt/lists/*
COPY packages/app/dist /usr/share/nginx/html