Skip to content

Commit

Permalink
Merge branch 'fix/add-phantomjs-via-latest-docker-image' into fronten…
Browse files Browse the repository at this point in the history
…d_updates
  • Loading branch information
Ben Tregenna authored and Ben Tregenna committed Aug 12, 2019
2 parents d0718b0 + e6735ea commit 6248b36
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
FROM unepwcmc/unepwcmc-geospatial-base:latest
FROM unepwcmc/unepwcmc-geospatial-base:20190809
LABEL maintainer="[email protected]"

USER unepwcmc


WORKDIR /ProtectedPlanet
ADD Gemfile /ProtectedPlanet/Gemfile
ADD Gemfile.lock /ProtectedPlanet/Gemfile.lock
Expand All @@ -15,8 +14,6 @@ COPY --chown=unepwcmc:unepwcmc . /ProtectedPlanet
RUN /bin/bash -l -c "bundle install"
RUN /bin/bash -l -c "yarn install"



EXPOSE 3000

CMD ["rails", "server", "-b", "0.0.0.0"]

0 comments on commit 6248b36

Please sign in to comment.