This commit is contained in:
Luke Gustafson
2024-11-26 15:56:00 +00:00
parent 88e4074427
commit 17b415714d
4 changed files with 72 additions and 1 deletions

View File

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