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 all of the relevant files over to the container
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# Download dependencies, build container
|
# Download dependencies, build application
|
||||||
RUN yarn
|
RUN yarn
|
||||||
RUN [ "yarn", "build" ]
|
RUN [ "yarn", "build" ]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue