FROM node:16-alpine WORKDIR /opt/work/hro/frontend/hro COPY . ./server EXPOSE 3000 ENV NODE_ENV=production CMD ["node","server/app.js"]