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

Commit

Permalink
update dockerfile to build properly (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepak Kumar authored and zakird committed Nov 30, 2017
1 parent 0c9020f commit 8a7f4be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Expand Up @@ -5,14 +5,14 @@ RUN apt-get update && apt-get install -y \
chromium-browser \
&& rm -rf /var/lib/apt-lists/*

COPY js /zbrowse
COPY js /zbrowse/js
COPY zbrowse.sh /zbrowse

WORKDIR /zbrowse/js
RUN npm install

WORKDIR /zbrowse

RUN chmod +x zbrowse.sh

RUN npm install

ENTRYPOINT ["/zbrowse/zbrowse.sh"]

0 comments on commit 8a7f4be

Please sign in to comment.