Skip to content
Snippets Groups Projects
Commit 8c2d42e8 authored by Stefan Pandzic's avatar Stefan Pandzic
Browse files

added docker

parent 52b75434
Branches
No related merge requests found
node_modules
\ No newline at end of file
FROM node
WORKDIR /app
COPY package*.json ./
RUN npm install
COPY . .
EXPOSE 5000
CMD ["npm", "start"]
\ No newline at end of file
This diff is collapsed.
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