Skip to content
Snippets Groups Projects
Unverified Commit f0045669 authored by safeer-accuknox's avatar safeer-accuknox Committed by GitHub
Browse files

Update Dockerfile

parent a37b895e
No related branches found
No related tags found
No related merge requests found
FROM node:14-slim
FROM node:15-slim
WORKDIR /usr/src/app
COPY package*.json ./
RUN npm install
......
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