This commit is contained in:
Luke Gustafson
2024-11-26 15:59:28 +00:00
parent 76cfab6393
commit 180abf4a7f
3 changed files with 37 additions and 2 deletions

View File

@@ -32,4 +32,4 @@ RUN npm install
# Copy server.js from its new location
COPY /app/src/components/server.js /app/src/components
EXPOSE 3001
CMD ["node", "server.js"]
CMD ["node", "/app/src/components/server.js"]