Skip to content
This repository has been archived by the owner on Oct 27, 2018. It is now read-only.

Dockerise Bucky Server #30

Open
vinhlh opened this issue Jun 21, 2016 · 0 comments
Open

Dockerise Bucky Server #30

vinhlh opened this issue Jun 21, 2016 · 0 comments

Comments

@vinhlh
Copy link

vinhlh commented Jun 21, 2016

Example

FROM node

# a hack to fix: EXDEV: cross-device link not permitted, rename
RUN cd $(npm root -g)/npm \
&& npm install fs-extra \
&& sed -i -e s/graceful-fs/fs-extra/ -e s/fs.rename/fs.move/ ./lib/utils/rename.js

RUN mkdir -p /opt/app
ADD . /opt/app
WORKDIR /opt/app

RUN npm install

CMD ["node", "start.js"]

EXPOSE 5999
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant