Skip to content

Commit

Permalink
Merge pull request #10 from fixdocker/master
Browse files Browse the repository at this point in the history
Fix Dockerfile
  • Loading branch information
mekarpeles authored Aug 19, 2020
2 parents 010c1f6 + ce1695f commit da59dd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y \
git \
python3-pip
RUN curl -sL https://deb.nodesource.com/setup_4.x | bash -
RUN apt-get install -y nodejs
RUN apt-get install -y nodejs npm
WORKDIR /root/
RUN git clone https://github.com/thegroovebox/groovebox.org.git
WORKDIR /root/groovebox.org/
Expand All @@ -15,4 +15,4 @@ RUN npm install .
RUN ./node_modules/.bin/gulp styles
WORKDIR /root/groovebox.org/groovebox/
EXPOSE 8080
CMD python3 app.py
CMD python3 app.py

0 comments on commit da59dd1

Please sign in to comment.