mirror of
https://github.com/wassname/talk.git
synced 2026-08-18 12:30:39 +08:00
Added yarn.lock to Dockerfile
This commit is contained in:
+2
-2
@@ -14,8 +14,8 @@ ENV TALK_PORT 5000
|
||||
EXPOSE 5000
|
||||
|
||||
# Install app dependencies
|
||||
COPY package.json /usr/src/app/
|
||||
RUN yarn install --production
|
||||
COPY package.json yarn.lock /usr/src/app/
|
||||
RUN yarn install
|
||||
|
||||
# Bundle app source
|
||||
COPY . /usr/src/app
|
||||
|
||||
Reference in New Issue
Block a user