Skip to content

elijahsamuel2509-cpu/Python-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Python-

Dockerfile for a Node.js cypherx bot FROM node:20-alpine WORKDIR /app # Install dependencies COPY package*.json ./ RUN npm ci --only=production # Copy source COPY . . ENV NODE_ENV=production # Use the port your bot or webhook server listens on EXPOSE 3000 # Use your start script (adjust if different) CMD ["npm", "start"]

About

Flames🔥bot is reliable

Topics

Resources

Stars

Watchers

Forks

Contributors