mirror of
https://github.com/wassname/talk.git
synced 2026-07-19 11:28:50 +08:00
Added production flag back
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user