Commit d049ef0d authored by Stefan Scherer's avatar Stefan Scherer

Use runtime tag

parent 1dfc6d5a
...@@ -4,7 +4,7 @@ COPY img img ...@@ -4,7 +4,7 @@ COPY img img
COPY package.json package.json COPY package.json package.json
RUN npm install --production RUN npm install --production
COPY app.js app.js COPY app.js app.js
FROM chocolateyfest/node:pure FROM chocolateyfest/node:runtime
WORKDIR /app WORKDIR /app
COPY --from=0 /app /app COPY --from=0 /app /app
EXPOSE 8080 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