Commit
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user