Last active
October 8, 2016 19:47
-
-
Save cdinu/5dfb67fe81af8608247ffa1a96611a13 to your computer and use it in GitHub Desktop.
LFA dockerfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM learnfwd/lfa | |
RUN mkdir -p /app | |
WORKDIR /app | |
ENV PORT 80 | |
ENV NODE_ENV development | |
ENTRYPOINT ["bash"] | |
CMD ["bash"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment