Skip to content
Snippets Groups Projects
Commit 70fd9d68 authored by Rajesh, Anisha (PG/T - Comp Sci & Elec Eng)'s avatar Rajesh, Anisha (PG/T - Comp Sci & Elec Eng)
Browse files

Merge branch 'feature/alpha1' into 'main'

Feature/alpha1

See merge request !2
parents 9e3de89d 0aad6108
1 merge request!2Feature/alpha1
# This file is a template, and might need editing before it works on your project.
FROM node:8.11
WORKDIR /usr/src/app
ARG NODE_ENV
ENV NODE_ENV $NODE_ENV
COPY package.json /usr/src/app/
RUN npm install
COPY . /usr/src/app
# replace this with your application's default port
EXPOSE 8888
CMD [ "npm", "start" ]
#This is a demo project #This is a demo project for practice
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment