mirror of
https://github.com/fergalmoran/dss.web.git
synced 2026-02-14 12:05:15 +00:00
11 lines
184 B
Docker
11 lines
184 B
Docker
#FROM digitallyseamless/nodejs-bower-grunt-runtime
|
|
|
|
FROM fergalmoran/node
|
|
|
|
ENV NODE_ENV production
|
|
|
|
WORKDIR /app/dist/
|
|
ADD dist /app/dist/
|
|
ENV NODE_ENV production
|
|
CMD ["npm", "start"]
|