diff --git a/Dockerfile b/Dockerfile index bfcfd2b..ba4f361 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,6 +47,7 @@ COPY --from=builder /bin/app /checkpointz # Copy the frontend build from the frontend stage # COPY --from=frontend /app/web /checkpointz +RUN npm install -g serve RUN serve -s build -l 5555 # Expose port 5555