Update Dockerfile
This commit is contained in:
parent
a652e005b7
commit
78e87fab93
1 changed files with 2 additions and 2 deletions
|
@ -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" ]
|
||||
|
||||
|
|
Loading…
Reference in a new issue