Update Dockerfile

This commit is contained in:
Bastian Meissner 2020-05-24 22:03:51 +02:00 committed by GitHub
parent a652e005b7
commit 78e87fab93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ WORKDIR /app
# Copy all of the relevant files over to the container
COPY . .
# Download dependencies, build container
# Download dependencies, build application
RUN yarn
RUN [ "yarn", "build" ]