Open tenongene opened 1 year ago
FROM node:alpine3.16
WORKDIR /visitor_count_app
COPY . .
RUN npm install
EXPOSE 7575
CMD ["npx", "nodemon"]
===========================================
==========================
Executing docker-compose with build
===============================
Application running in docker.
=======================================