Skip to content
Snippets Groups Projects
Commit 141aa8f1 authored by Debian's avatar Debian
Browse files

ok

'
parent cfe3a2fd
No related branches found
No related tags found
No related merge requests found
node_modules
npm-debug.log
Dockerfile
.dockerignore
.git
FROM node:18
WORKDIR /app
COPY package*.json ./
RUN npm install
COPY . .
EXPOSE 3000
CMD ["node", "server.js"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment