mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 07:04:42 +08:00
Merge pull request #422 from coralproject/plugin-patch
Update Dockerfile
This commit is contained in:
+1
-4
@@ -12,12 +12,9 @@ EXPOSE 5000
|
||||
|
||||
# Install app dependencies
|
||||
COPY package.json yarn.lock /usr/src/app/
|
||||
RUN yarn install
|
||||
RUN yarn install --production
|
||||
|
||||
# Bundle app source
|
||||
COPY . /usr/src/app
|
||||
|
||||
# Build static assets
|
||||
RUN yarn build
|
||||
|
||||
CMD ["yarn", "start"]
|
||||
|
||||
Reference in New Issue
Block a user