mirror of
https://github.com/wassname/talk.git
synced 2026-07-18 12:40:13 +08:00
Removed yarn install (already has yarn!)
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
FROM node:7.6
|
||||
|
||||
# Install yarn
|
||||
RUN npm install -g yarn
|
||||
|
||||
# Create app directory
|
||||
RUN mkdir -p /usr/src/app
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
Reference in New Issue
Block a user