Skip to content

Instantly share code, notes, and snippets.

@hmeine
Created September 2, 2019 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hmeine/eb301b87e06888b03d8cbf9bee45e5b7 to your computer and use it in GitHub Desktop.
Save hmeine/eb301b87e06888b03d8cbf9bee45e5b7 to your computer and use it in GitHub Desktop.
Dockerfile for tilemill
FROM node:8.11
COPY tilemill /usr/src/tilemill
RUN cd /usr/src/tilemill && npm install
ENTRYPOINT cd /usr/src/tilemill && npm start
EXPOSE 20008
EXPOSE 20009
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment