Commit d049ef0d authored by Stefan Scherer's avatar Stefan Scherer

Use runtime tag

parent 1dfc6d5a
......@@ -4,7 +4,7 @@ COPY img img
COPY package.json package.json
RUN npm install --production
COPY app.js app.js
FROM chocolateyfest/node:pure
FROM chocolateyfest/node:runtime
WORKDIR /app
COPY --from=0 /app /app
EXPOSE 8080
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment