Skip to main content
Glama

kjlahsdjkashdjhkasdkajshd

by couchrishi
Dockerfile551 B
# Use the official Node.js 14 image as the base image FROM node:14 # Set the working directory in the container WORKDIR /app # Copy the package.json and package-lock.json files to the container COPY package*.json ./ # Install dependencies RUN npm install # Copy the rest of the source code to the container COPY . . # Build the React application RUN npm run build # Expose the port on which your application will run (assuming the application uses port 80) EXPOSE 80 # Start the server to serve the built React application CMD ["npm", "start"]

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/couchrishi/sd-for-designers'

If you have feedback or need assistance with the MCP directory API, please join our Discord server