mirror of
https://github.com/wassname/talk.git
synced 2026-07-30 12:40:41 +08:00
Merge pull request #361 from coralproject/yarn-docker
Yarn fixes for Docker
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
FROM node:7.6
|
||||
|
||||
# Install yarn
|
||||
RUN npm install -g yarn
|
||||
# Add node-gyp for bcrypt build support
|
||||
RUN yarn global add node-gyp
|
||||
|
||||
# Create app directory
|
||||
RUN mkdir -p /usr/src/app
|
||||
|
||||
Reference in New Issue
Block a user