Skip to content
Snippets Groups Projects
Commit cb8e3bb3 authored by Waleed Naeem's avatar Waleed Naeem
Browse files

Add new file

parent eabbb3a3
No related merge requests found
FROM node:16
WORKDIR /usr/src/app
COPY package*.json ./
RUN npm install
#RUN npm install --silent
#RUN npm install react-scripts@3.4.1 -g --silent
COPY . .
EXPOSE 8080
EXPOSE 3000
CMD [ "node", "app.js" ]
#CMD ["npm", "start"]
\ No newline at end of file
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