Commit e79f4358 authored by TokaKaram's avatar TokaKaram

captain backend

parent 5c39f77f
......@@ -2,10 +2,10 @@
"schemaVersion": 2,
"dockerfileLines": [
"FROM node:22-alpine",
"WORKDIR /app",
"WORKDIR /server",
"COPY . .",
"RUN cd backend && npm install --production",
"EXPOSE 5000",
"CMD [\"sh\", \"-c\", \"cd backend && node src/app.js\"]"
"CMD [\"sh\", \"-c\", \"cd backend && node src/server.js\"]"
]
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment