mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-23 19:57:09 +00:00
fix: Correct public directory path in Dockerfile
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ RUN cd server && npm install
|
||||
# Copy server code first
|
||||
COPY server/ ./server/
|
||||
# Copy public directory if it's used by the server (adjust if needed)
|
||||
COPY public/ ./public/
|
||||
COPY src/public/ ./public/
|
||||
|
||||
# Application listens on port 7655 by default (as per .env.example)
|
||||
EXPOSE 7655
|
||||
|
||||
Reference in New Issue
Block a user