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" ]
|
||||
|
||||
|
@ -15,4 +15,4 @@ RUN [ "yarn", "build" ]
|
|||
EXPOSE 3000 8080
|
||||
|
||||
# Serve the app
|
||||
CMD [ "yarn", "serve:production" ]
|
||||
CMD [ "yarn", "serve:production" ]
|
||||
|
|
Loading…
Reference in a new issue