This commit is contained in:
Luke Gustafson
2024-11-26 15:56:36 +00:00
parent 17b415714d
commit 76cfab6393
4 changed files with 73 additions and 3 deletions

View File

@@ -30,6 +30,6 @@ COPY package*.json ./
RUN npm install
# Copy server.js from its new location
COPY /home/bugattiguy527/src/components/server.js /app/src/components
COPY /app/src/components/server.js /app/src/components
EXPOSE 3001
CMD ["node", "server.js"]
CMD ["node", "server.js"]