Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Commit

Permalink
build(docker): a proper docker build file that can be used
Browse files Browse the repository at this point in the history
  • Loading branch information
temsa committed Jun 20, 2018
1 parent 57539e3 commit 4d4f2fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
FROM node:9.10-alpine
FROM node:8-alpine

# Tell node we are running in prod
ARG NODE_ENV=production
ENV NODE_ENV $NODE_ENV
ENV HOST 0.0.0.0

# Create app directory
WORKDIR /usr/src/app
Expand Down

0 comments on commit 4d4f2fc

Please sign in to comment.