Skip to content
Snippets Groups Projects
Commit 939fb48a authored by 이 수연's avatar 이 수연
Browse files

새 파일 업로드

parent 5460693b
No related branches found
No related tags found
No related merge requests found
Pipeline #11177 failed
FROM node:16-alpine
WORKDIR /app
COPY package*.json ./
RUN npm install
COPY . .
EXPOSE 3000
CMD ["npm", "start"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment